File tree 1 file changed +32
-0
lines changed 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change
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
+
You can’t perform that action at this time.
0 commit comments