8000 Update release notes for 6.0.0 · ChaiScript/ChaiScript@e342243 · GitHub
[go: up one dir, main page]

Skip to content

Commit e342243

Browse files
committed
Update release notes for 6.0.0
1 parent 283785f commit e342243

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

releasenotes.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Current Version: 6.0.0
2626

2727
* Modular optimization system; this can be accessed via the ChaiScript_Basic interface
2828
* 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)
3030
* If-init expressions (ala C++17)
3131
* Support for passing r-value references to functions
3232
* Support for containing unique_ptr
@@ -39,6 +39,7 @@ Current Version: 6.0.0
3939
* Compile size improvements
4040
* Significant runtime improvements (see "Modular optimization system")
4141
* Significant parser improvements, both with parse-time and parser initialization time (Thanks @niXman)
42+
* Fix type conversion to bool in conditionals
4243

4344
#### Improvements Still Need To Be Made
4445

0 commit comments

Comments
 (0)
0