This changelog bit belongs to fixes

This commit is contained in:
Dmitry Marakasov 2016-11-08 17:59:54 +03:00
parent 83c261cf03
commit b9ab8702af

View File

@ -4,11 +4,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## 0.13.0 - unreleased ## 0.13.0 - unreleased
### Fixed ### Fixed
* Fixed SDL 2.0.4 specific ```AudioDevice``` methods: ```AudioDevice::QueueAudio()```, ```AudioDevice::GetQueuedAudioSize()```
* Fixed MSVC compiler support and .dll generation * Fixed MSVC compiler support and .dll generation
### Changed ### Changed
* ```Renderer::GetClipRect``` now returns ```Optional<Rect>``` instead of (possibly empty) ```Rect``` * ```Renderer::GetClipRect``` now returns ```Optional<Rect>``` instead of (possibly empty) ```Rect```
* Fixed SDL 2.0.4 specific ```AudioDevice``` methods: ```AudioDevice::QueueAudio()```, ```AudioDevice::GetQueuedAudioSize()```
* ```Exception``` is now derived from ```std::runtime_error``` * ```Exception``` is now derived from ```std::runtime_error```
### Removed ### Removed