diff --git a/CHANGES.md b/CHANGES.md index 57f9650..5ebe913 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,11 +4,11 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## 0.13.0 - unreleased ### Fixed +* Fixed SDL 2.0.4 specific ```AudioDevice``` methods: ```AudioDevice::QueueAudio()```, ```AudioDevice::GetQueuedAudioSize()``` * Fixed MSVC compiler support and .dll generation ### Changed * ```Renderer::GetClipRect``` now returns ```Optional``` 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``` ### Removed