From 4aa07e9d321a6d4a4fd86150f77d6b5562639ab0 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Mon, 29 May 2017 23:03:53 +0300 Subject: [PATCH] Update changelog --- CHANGES.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index d9f329b..3a8ec68 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,13 +2,14 @@ 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 +## 0.14.0 - 2017-05-29 ### 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 +* Static standalone build support ### Changed * libSDL2pp now follows SDL2 include path conventions, finding and using SDL2 headers without SDL2/ prefix