File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ Current Version: 6.0.0
26
26
27
27
* Modular optimization system; this can be accessed via the ChaiScript_Basic interface
28
28
* Execution tracing capability; also accessed via ChaiScript_Basic interface
29
- * range-based for loops ` for( id : container ) { } `
29
+ * range-based for loops ` for( id : container ) { } ` (much better performance than other loop types)
30
30
* If-init expressions (ala C++17)
31
31
* Support for passing r-value references to functions
32
32
* Support for containing unique_ptr
@@ -39,6 +39,7 @@ Current Version: 6.0.0
39
39
* Compile size improvements
40
40
* Significant runtime improvements (see "Modular optimization system")
41
41
* Significant parser improvements, both with parse-time and parser initialization time (Thanks @niXman )
42
+ * Fix type conversion to bool in conditionals
42
43
43
44
#### Improvements Still Need To Be Made
44
45
You can’t perform that action at this time.
0 commit comments