From fd442fd3956346b0a28b38c297c4a18f58ea323b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enrique=20Garci=CC=81a=20Cota?= Date: Thu, 7 Jan 2021 18:43:44 +0100 Subject: [PATCH] docs(changelog) document 1.0.1 --- CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb0f53c..22c37bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 - 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 override the base environment -v0.5.0 (2013) +# v0.5.0 (2013) Initial version