Mention improved MSVC support in CHANGES

This commit is contained in:
Dmitry Marakasov 2016-05-23 17:15:40 +03:00
parent 01cbc5a74f
commit a41ed801b4

View File

@ -3,6 +3,9 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## 0.13.0 - unreleased
### Fixed
* Fixed MSVC compiler support and .dll generation
### Changed
* ```Renderer::GetClipRect``` now returns ```Optional<Rect>``` instead of (possibly empty) ```Rect```
* Fixed SDL 2.0.4 specific ```AudioDevice``` methods: ```AudioDevice::QueueAudio()```, ```AudioDevice::GetQueuedAudioSize()```