From adf3786cdc4ce6ac90f084d1e7f2cf122aa64ba8 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Fri, 22 Jan 2016 17:19:26 +0300 Subject: [PATCH] Add changes for next release --- CHANGES.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 772c84c..9b4820a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## 0.12.0 - unreleased +### Fixed +* Link SDL2main library, which is needed on many systems +* Numerous improvements in Windows support +* Documentation fixes + ## 0.11.0 - 2015-11-30 ### Added * New ```Window``` methods: ```Window::GetDrawableWidth()```, ```Window::GetDrawableHeight()```, ```Window::GetSize()``` (@csoren)