From b9ab8702afc3c04de6d9cc1cfdbeab2165feed19 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Tue, 8 Nov 2016 17:59:54 +0300 Subject: [PATCH] This changelog bit belongs to fixes --- CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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