From 2c99e6cd3220065d06a59d84cf08afda7c3d936c Mon Sep 17 00:00:00 2001 From: Jason Turner Date: Fri, 28 Oct 2016 11:03:31 -0600 Subject: [PATCH] Update release notes --- releasenotes.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/releasenotes.md b/releasenotes.md index 8e1d686..c26b91f 100644 --- a/releasenotes.md +++ b/releasenotes.md @@ -5,6 +5,9 @@ Current Version: 5.8.6 ### Changes since 5.8.5 * Optimize away `return` statements in lambdas also +* Allow conversions to bool in conditionals +* Don't allow `class` statements inside of scopes +* Properly error when a dynamic object non-function member is called ### Changes since 5.8.4 * Fix order of operations for prefix operators