From e7b6ee6cf9e795d968b375244895589d4c6fc6c4 Mon Sep 17 00:00:00 2001 From: Jason Turner Date: Wed, 11 Jun 2014 15:11:21 -0600 Subject: [PATCH] Update release notes for 5.3.1 --- releasenotes.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/releasenotes.md b/releasenotes.md index 02a925d..4b7447d 100644 --- a/releasenotes.md +++ b/releasenotes.md @@ -7,6 +7,16 @@ Current Version: 5.3.1 rules as conversion of arithmetic types when passing parameters * Add automatic casting up the inheritence hierarchy when possible. * Enable travis.ci testing +* Allow users to add globals from within script +* Various static analysis fixes +* Code modernization to C++11 +* Unofficial support for Haiku added +* Fix #121 - Inability to compile on cygwin +* Formatting fixes and spelling corrections +* Apply "include what you use" https://code.google.com/p/include-what-you-use/ +* Apply clang-modernize +* Various threading fixes +* Performance improvements ### Changes since 5.2.0 * Official support for MSVC with C++11. All major platforms and compilers are now support for C++11 release