This commit is contained in:
Stephen Chung
2020-07-29 11:43:48 +08:00
7 changed files with 126 additions and 55 deletions

View File

@@ -20,6 +20,7 @@ New features
* Custom syntax now works even without the `internals` feature.
* Currying of function pointers is supported via the new `curry` keyword.
* `Module::set_indexer_get_set_fn` is added as a shorthand of both `Module::set_indexer_get_fn` and `Module::set_indexer_set_fn`.
* New `unicode-xid-ident` feature to allow unicode-xid for identifiers.
Breaking changes
----------------