Skip to content

Commit

Permalink
chore: Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Jan 30, 2025
1 parent dc25dbf commit a020c09
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
<!-- next-header -->
## [Unreleased] - ReleaseDate

### Compatibility

- Deprecate `ParserError::from_error_kind` in favor of `ParserError::from_input`
- Deprecate `InputError::new` in favor of `InputError::at`
- Deprecate `ErrorKind`
- If used as an error, consider `EmptyError`
- For `ParserError::append`, just add an `#[allow(deprecated)]`

### Features

- Add `EmptyError` which is like `()` but compatible with `Parser::parse`
- Add `ParserError::from_input` to help with the transition to 0.7
- Add `InputError::at` to help with the transition to 0.7

## [0.6.25] - 2025-01-27

### Compatibility
Expand Down

0 comments on commit a020c09

Please sign in to comment.