From f65e095e4d7cc905415babd5c459e261bed2e659 Mon Sep 17 00:00:00 2001 From: Jason Turner Date: Thu, 24 May 2012 15:45:52 -0600 Subject: [PATCH] Update release notes --- releasenotes.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/releasenotes.txt b/releasenotes.txt index 8da25119..4a523014 100644 --- a/releasenotes.txt +++ b/releasenotes.txt @@ -1,3 +1,22 @@ +Changes since 3.1.0 +* svenstaro: Unused variables and CMake consistency fixes +* Added support for returning pointers from functions (#13) +* Compile with -pedantic (#9) +* Fix issues with multiple ChaiScript object types having the same attribute name (#15) +* Prevent variable redeclaration in same scope (#22) +* mgee: Boxed_Number improvements (#27) +* Support switch statements (#34) +* Fix uint16 comparions (#26) +* Add ability to add const_var globals in Module objects (#14) +* Add support for ternary operators ?: +* Add headers to CMakeLists so they show up in IDEs +* Add ability to get vector of defined objects and vector of defined functions +* Fix memory leak in cyclical references +* Clean up static analysis issues discovered +* Fix vector construction to be consistent with map construction +* Increased unit tests to 161 +* Performance enhancements + Changes since 3.0.0 * Numeric operations performance increased approximately 10x * Looping operations performance increased up to 2x