From 183f153b0488a55f55bd299ae212f6de7aef5d0c Mon Sep 17 00:00:00 2001 From: Ed Page Date: Thu, 13 May 2021 07:02:48 -0500 Subject: [PATCH] docs: Update changelog --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2771ce6..cd5ac87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate +#### Bug Fixes + +- Parsing identifiers according to the Unicode XID standard +- Corrected number detection + +#### Performance + +- Hand-rolled parser rather than regex +- Sped up UTF-8 validation +- Limited inner-loop asserts to debug builds +- Allow bypassing unicode cost with a `--no-unicode` flag + +#### Features + +- Colored output support + ## [0.2.0] - 2021-04-14 #### Bug Fixes