From 955fa981b956d2e31c492e4f707bb7eb39899835 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kilian=20K=C3=B6ppchen?= Date: Sun, 23 Feb 2014 23:56:06 +0100 Subject: [PATCH] Update Authors + changelog --- AUTHORS | 1 + CHANGELOG | 1 + 2 files changed, 2 insertions(+) diff --git a/AUTHORS b/AUTHORS index e5317565..2e02fbc8 100644 --- a/AUTHORS +++ b/AUTHORS @@ -4,3 +4,4 @@ prock wprasek at gmail.com vdaras vasileiosdaras at gmail.com Nicolás Alvarez nicolas.alvarezi at gmail.com Karsten Bock KarstenBock at gmx.net +Christopher Meng cickumqt at gmail.com diff --git a/CHANGELOG b/CHANGELOG index 44c5caab..c3ab6b13 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,7 @@ == 0.1.1 (February 23th, 2014) == ================================================================================ +* Correct CMake SDL_ttf module name by Christopher Meng * Setting the selected property of dropdowns to a value < 0 now will make them deselect the current item. * Fixed extensions not being built with the correct export definition.