mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2026-02-07 02:09:57 +08:00
Update release notes for 6.0.0
This commit is contained in:
parent
283785faaf
commit
e342243193
@ -26,7 +26,7 @@ Current Version: 6.0.0
|
|||||||
|
|
||||||
* Modular optimization system; this can be accessed via the ChaiScript_Basic interface
|
* Modular optimization system; this can be accessed via the ChaiScript_Basic interface
|
||||||
* Execution tracing capability; also accessed via ChaiScript_Basic interface
|
* Execution tracing capability; also accessed via ChaiScript_Basic interface
|
||||||
* range-based for loops `for( id : container ) { }`
|
* range-based for loops `for( id : container ) { }` (much better performance than other loop types)
|
||||||
* If-init expressions (ala C++17)
|
* If-init expressions (ala C++17)
|
||||||
* Support for passing r-value references to functions
|
* Support for passing r-value references to functions
|
||||||
* Support for containing unique_ptr
|
* Support for containing unique_ptr
|
||||||
@ -39,6 +39,7 @@ Current Version: 6.0.0
|
|||||||
* Compile size improvements
|
* Compile size improvements
|
||||||
* Significant runtime improvements (see "Modular optimization system")
|
* Significant runtime improvements (see "Modular optimization system")
|
||||||
* Significant parser improvements, both with parse-time and parser initialization time (Thanks @niXman)
|
* Significant parser improvements, both with parse-time and parser initialization time (Thanks @niXman)
|
||||||
|
* Fix type conversion to bool in conditionals
|
||||||
|
|
||||||
#### Improvements Still Need To Be Made
|
#### Improvements Still Need To Be Made
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user