Unreserve begin, end, then, each, unless

This commit is contained in:
Stephen Chung
2021-07-06 09:51:29 +08:00
parent 68270e9b61
commit 9cb7610cc5
3 changed files with 8 additions and 6 deletions

View File

@@ -20,6 +20,7 @@ Breaking changes
* All deprecated API's (e.g. the `RegisterFn` and `RegisterResultFn` traits) are removed.
* `Module::set_id` is split into `Module::set_id` and `Module::clear_id` pair.
* `begin`, `end`, `each`, `then`, `unless` are no longer reserved keywords.
Enhancements
------------