diff --git a/CHANGES.md b/CHANGES.md index 7f78609..57f9650 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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``` instead of (possibly empty) ```Rect``` * Fixed SDL 2.0.4 specific ```AudioDevice``` methods: ```AudioDevice::QueueAudio()```, ```AudioDevice::GetQueuedAudioSize()```