Skip to content

Commit

Permalink
Add release notes for 5.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lefticus committed May 6, 2015
1 parent 04f01ee commit 25f9dcf
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion releasenotes.md
@@ -1,6 +1,29 @@
Notes:
=======
Current Version: 5.6.0
Current Version: 5.7.0

### Changes since 5.6.0

* Significant code cleanups and reduction
* Smaller builds
* Faster compiles
* Less runtime memory usage
* ~2x faster runtimes
* biicode support
* method_missing feature added #164 @arBmind
* Generic objects with dynamic properties support
* Add ability to call functions contained in properties
* Add lambda captures
* Create [cheatsheet.md](cheatsheet.md) for all-in-one reference of features
* Fix support for libc++
* Eliminate clone of return value stored locally
* Eliminate 'return' statements when last line of function
* Reduce number of runtime exceptions occuring
* Reduce copies / moves of return values.
* make `use` statement return value of last statement in file
* Add ability to access fixed array sizes
* Add support for scientific notation floating point literals #174 @totalgee


### Changes since 5.5.1
* Throw exception on integer divide by 0
Expand Down

0 comments on commit 25f9dcf

Please sign in to comment.