mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-11 22:28:45 +01:00
update wip 0.4.0 changelog
This commit is contained in:
18
CHANGELOG.md
18
CHANGELOG.md
@ -1,3 +1,21 @@
|
||||
## 0.4.0
|
||||
|
||||
- Fix some stack corruption with multiple wrenInterpret calls
|
||||
- WREN_MAX_TEMP_ROOTS default is 8 (instead of 5)
|
||||
- Add `Num.log2` and `Num.exp`
|
||||
- Fixed crash when GC collects module during import 2ce421ea
|
||||
- Fixed bug with `import` (28ad8aa9)
|
||||
- Map API support:
|
||||
- wrenSetSlotNewMap
|
||||
- wrenGetMapCount
|
||||
- wrenGetMapContainsKey
|
||||
- wrenGetMapValue
|
||||
- wrenSetMapValue
|
||||
- wrenRemoveMapValue
|
||||
- Add util/generate_projects.py (expects premake binary in projects/premake/)
|
||||
- Support positive sign (+) in scientific notation
|
||||
- Optional Random.Sample optimization (#716)
|
||||
|
||||
## 0.3.0
|
||||
|
||||
0.3.0 is a fairly specific release, aimed at fixing build issues across platforms,
|
||||
|
||||
Reference in New Issue
Block a user