File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,23 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and 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
You can’t perform that action at this time.
0 commit comments