From 8a30581eaff6d83b8ace0f495ac0294a6797eb13 Mon Sep 17 00:00:00 2001 From: Jason Turner Date: Mon, 10 Nov 2014 12:45:49 -0700 Subject: [PATCH] Update release notes for version 5.5.0 --- releasenotes.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/releasenotes.md b/releasenotes.md index 5a2d8bf..9942993 100644 --- a/releasenotes.md +++ b/releasenotes.md @@ -1,6 +1,15 @@ Notes: ======= -Current Version: 5.4.0 +Current Version: 5.5.0 + +### Changes since 5.4.0 +* 2x performance increase +* Significant code cleanups +* Throw exception if user attempts to call function on null object +* Allow user defined type conversions +* Fix object lifetime for nested function calls made at the global scope +* Fix returning of boolean values from function calls + ### Changes since 5.3.1 * Decreased compile time and build size