From a836eb7f8b7fe8c77b894a9c0943e6915ac38b4e Mon Sep 17 00:00:00 2001 From: ekicyou Date: Wed, 29 Jul 2020 10:20:25 +0900 Subject: [PATCH] add RELEASES.md --- RELEASES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASES.md b/RELEASES.md index 22aae65d..364e9b10 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -19,6 +19,7 @@ New features * Custom syntax now works even without the `internals` feature. * Currying of function pointers is supported via the `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 ----------------