Mention SDLmain change in the log

This commit is contained in:
Dmitry Marakasov 2018-02-15 23:41:59 +03:00
parent 2247c53668
commit 1cdfa085ce

View File

@ -2,6 +2,10 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/). This project adheres to [Semantic Versioning](http://semver.org/).
## Unreleased
### Fixed
* Make `SDLmain` library optional in Unix, since some distros seem to drop it
## 0.16.0 - 2018-02-11 ## 0.16.0 - 2018-02-11
### Added ### Added
* New SDL 2.0.5 ```Window``` method: ```Window::SetResizable()``` * New SDL 2.0.5 ```Window``` method: ```Window::SetResizable()```