Skip to content

Commit

Permalink
Update changelog (#280)
Browse files Browse the repository at this point in the history
Adding a new enum variant is a breaking change.
  • Loading branch information
uklotzde authored Sep 12, 2024
1 parent a5eb819 commit 089fb0f
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 089fb0f

Please sign in to comment.