mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2026-02-09 03:06:50 +08:00
Update release notes
This commit is contained in:
parent
fb7f8f194c
commit
d096f926d3
@ -28,13 +28,15 @@ Current Version: 6.0.0
|
|||||||
* 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 ) { }`
|
||||||
* If-init expressions (ala C++17)
|
* If-init expressions (ala C++17)
|
||||||
|
* Support for passing r-value references to functions
|
||||||
|
* Support for containing unique_ptr
|
||||||
|
|
||||||
#### Improvements
|
#### Improvements
|
||||||
|
|
||||||
* Compile time improvements
|
* Compile time improvements
|
||||||
* 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)
|
||||||
|
|
||||||
#### Improvements Still Need To Be Made
|
#### Improvements Still Need To Be Made
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user