From 82f24a8c93b0789001be681ac949cca6e0d9572b Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Fri, 21 Apr 2017 18:18:02 +0300 Subject: [PATCH] Update changelog --- CHANGES.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index d422eae..d9f329b 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.14.0 - unreleased +### Fixed +* Proper ```Size()``` handling for custom ```RWops``` + ### Added * ```Window::GetOpacity()``` and ```Window()::SetOpacity()``` wrappers for functions appeared in SDL 2.0.5 * ```Music``` RWops constructors based on undocumented SDL_mixer functions