8000 Add 5.7.0 release info · mlamby/chaiscript.github.io@119e4ef · GitHub
[go: up one dir, main page]

Skip to content

Commit 119e4ef

Browse files
committed
Add 5.7.0 release info
1 parent 96816ae commit 119e4ef

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
title: Release 5.6.0
3+
tags: release
4+
---
5+
## [Release 5.7.0](https://github.com/ChaiScript/ChaiScript/releases/tag/v5.7.0 "Release 5.7.0")
6+
7+
8+
9+
### Changes since 5.6.0
10+
* Significant code cleanups and reduction
11+
* Smaller builds
12+
* Faster compiles
13+
* Less runtime memory usage
14+
* ~2x faster runtimes
15+
* biicode support
16+
* method_missing feature added #164 @arBmind
17+
* Generic objects with dynamic properties support
18+
* Add ability to call functions contained in properties
19+
* Add lambda captures
20+
* Create cheatsheet.md for all-in-one reference of features
21+
* Fix support for libc++
22+
* Eliminate clone of return value stored locally
23+
* Eliminate 'return' statements when last line of function
24+
* Reduce number of runtime exceptions occuring
25+
* Reduce copies / moves of return values.
26+
* make use statement return value of last statement in file
27+
* Add ability to access fixed array sizes
28+
* Add support for scientific notation floating point literals #174 @totalgee
29+
30+
31+
32+

0 commit comments

Comments
 (0)
0