Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
Adding a new enum variant is a breaking change.
  • Loading branch information
uklotzde committed Sep 11, 2024
1 parent a5eb819 commit bdfdc58
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@

## v0.15.0 (Unreleased)

- Added `Exception::Custom` and `Exception::new`.
- Added `Exception::new`.

### Breaking Changes

- Removed `TryFrom<u8>` and `#[repr(u8)]` for Exception.
- Added `Exception::Custom`.
- Removed `TryFrom<u8>` and `#[repr(u8)]` for `Exception`.

## v0.14.1 (2024-09-10)

Expand Down

0 comments on commit bdfdc58

Please sign in to comment.