mirror of
https://github.com/italicsjenga/rust_minifb.git
synced 2024-12-23 19:31:30 +11:00
Update CHANGELOG.md
This commit is contained in:
parent
84242d62b7
commit
be316da65a
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue