mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-22 09:01:04 -05:00
docs: Update changelog
This commit is contained in:
parent
95d023452b
commit
183f153b04
1 changed files with 16 additions and 0 deletions
16
CHANGELOG.md
16
CHANGELOG.md
|
@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
<!-- next-header -->
|
<!-- next-header -->
|
||||||
## [Unreleased] - ReleaseDate
|
## [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
|
## [0.2.0] - 2021-04-14
|
||||||
|
|
||||||
#### Bug Fixes
|
#### Bug Fixes
|
||||||
|
|
Loading…
Reference in a new issue