Skip to content

Commit 3a74fc0

Browse files
committed
update changelog
1 parent 7c9e8ed commit 3a74fc0

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,23 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## Unreleased
9+
10+
### Fixed
11+
12+
- `EncodingError` and `ParseIndexError` now implement `Diagnostic`, which
13+
unifies the API for errors originating from parse-like operations.
14+
- Fixes returning an incorrect error type when parsing a `Token` that
15+
terminates with `~`. This now correctly classifies the error as a `Tilde`
16+
error.
17+
18+
### Removed
19+
20+
- Some methods were removed from `InvalidCharacterError`, as that type no
21+
longer holds a copy of the input string internally. This is a breaking
22+
change. To access equivalent functionality, use the `Diagnostic` API
23+
integration.
24+
825
## [0.7.1] 2025-02-16
926

1027
### Changed

0 commit comments

Comments
 (0)