Update CHANGELOG.md

This commit is contained in:
Daniel Collin 2019-12-16 09:49:52 +01:00 committed by GitHub
parent 84242d62b7
commit be316da65a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,9 +4,9 @@ This project follows semantic versioning.
### v0.15 (2019-12-16)
- [API BREAKAGE] - update_with_buffer now always take width and height parameters.
- [API BREAKAGE] - `update_with_buffer` now always take width and height parameters.
- [added] scale_mode in WindowOptions now allow for aspect correct scaling, center of non-scaled buffers and more.
- [added] Added limit_update_rate(..) in order to reduce CPU usage and not hammer the native system calls.
- [added] Added `limit_update_rate(..)` in order to reduce CPU usage and not hammer the native system calls.
- [changed] x11 now uses C for it's scaling in software mode in order to always have opts on even in debug build.
- [changed] Several fixes with rescaling on all platforms
- [changed] on x11 some window mangers will resize a non-resizable windows and minifb handles this now correctly.