Document include path convention change

This commit is contained in:
Dmitry Marakasov 2017-02-08 13:28:39 +03:00
parent 24482d85f6
commit 0184b8834b

View File

@ -6,6 +6,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Added
* ```Window::GetOpacity()``` and ```Window()::SetOpacity()``` wrappers for functions appeared in SDL 2.0.5
### Changed
* libSDL2pp now follows SDL2 include path conventions, finding and using SDL2 headers without SDL2/ prefix
## 0.13.0 - 2016-11-08
### Fixed
* Fixed SDL 2.0.4 specific ```AudioDevice``` methods: ```AudioDevice::QueueAudio()```, ```AudioDevice::GetQueuedAudioSize()```