mirror of
https://github.com/kikito/lua-sandbox.git
synced 2024-12-18 03:04:20 +00:00
docs(changelog) document 1.0.1
This commit is contained in:
parent
3f11f19ba3
commit
fd442fd395
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user