mirror of
https://github.com/TangentFoxy/lua-sandbox.git
synced 2025-07-27 18:42:21 +00:00
docs(changelog) document 1.0.1
This commit is contained in:
@@ -1,4 +1,8 @@
|
|||||||
v1.0.0 (2021-01)
|
# v1.0.1 (2021-01)
|
||||||
|
|
||||||
|
- Fix a bug in which the base environment wasn't overrideable with `false`
|
||||||
|
|
||||||
|
# v1.0.0 (2021-01)
|
||||||
|
|
||||||
- Added support for all major versions of PUC Rio Lua and LuaJIT
|
- Added support for all major versions of PUC Rio Lua and LuaJIT
|
||||||
- Only Lua strings are admitted now, "naked Lua" functions are not permitted any more
|
- Only Lua strings are admitted now, "naked Lua" functions are not permitted any more
|
||||||
@@ -8,6 +12,6 @@ v1.0.0 (2021-01)
|
|||||||
- Environments can have metatables with indexes, and they are respected
|
- Environments can have metatables with indexes, and they are respected
|
||||||
- Environments can override the base environment
|
- Environments can override the base environment
|
||||||
|
|
||||||
v0.5.0 (2013)
|
# v0.5.0 (2013)
|
||||||
|
|
||||||
Initial version
|
Initial version
|
||||||
|
Reference in New Issue
Block a user