Skip to content

Commit 5602c64

Browse files
authored
add entry to CHANGELOG.md
Follow-up of #113
1 parent eced450 commit 5602c64

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1818
- Fixes returning an incorrect error type when parsing a `Token` that
1919
terminates with `~`. This now correctly classifies the error as a `Tilde`
2020
error.
21+
- Disabled default features for the `serde` dependency, which enables using
22+
this library in no-std environments even with the `serde` feature enabled.
2123

2224
### Removed
2325

0 commit comments

Comments
 (0)