diff --git a/CHANGELOG.md b/CHANGELOG.md index b13b0cc8a5af133b4946ccc7d5e4f23071aa9130..95f5a6535c959cebb8ec21cc1b4724bdfbb241a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,9 +20,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Changed - `ctx.get_font_name()` now raises an exception for unknown fonts. +- Raised umber of concurrent textures to 32. ### Fixed -- Fixed JPEG support by enabling `CTX_FORMAT_RGB8`. +- Fixed PNG without alpha and JPEG support by enabling `CTX_FORMAT_RGB8`. +- Fixed image cache eviction by introducing a ctx frameclock. - Fixed incorrect merging of settings dicts in `st3m.settings`.