docs(changelog) document 1.0.1

This commit is contained in:
Enrique García Cota 2021-01-07 18:43:44 +01:00
parent 3f11f19ba3
commit fd442fd395
No known key found for this signature in database
GPG Key ID: 3BAA19133AAD7764

View File

@ -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