mention improvement in release notes

This commit is contained in:
Niko Matsakis 2016-02-24 06:07:28 -05:00
parent 5f10d65eed
commit 2c531f2ffc

View File

@ -7,6 +7,8 @@ and in particular can support unicode character classes like `\p{Greek}`.
Note that some regex features -- such as non-greedy repetition and
named capture groups -- are still not supported (or just not meaningful).
Optimized LR(1) construction time by approximately 5x.
# Version 0.10
Major update to LALRPOP error messages in cases of shift/reduce and