Skip to content

Commit

Permalink
Update changelog after yanking v0.14.1 (#283)
Browse files Browse the repository at this point in the history
  • Loading branch information
uklotzde authored Sep 14, 2024
1 parent 7d5fadc commit 1d78fe6
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,20 @@

## v0.15.0 (Unreleased)

- Added `Exception::new`.
- Implement `Report Server ID` (function code 17).
- Added `ExceptionCode::new`.

### Breaking Changes

- Added `Exception::Custom`.
- Removed `TryFrom<u8>` and `#[repr(u8)]` for `Exception`.
- Added `FunctionCode::ReportServerId`.
- Renamed `Exception` to `ExceptionCode` to be more consistent with
`FunctionCode`.
- Added `ExceptionCode::Custom`.
- Removed `TryFrom<u8>` and `#[repr(u8)]` for `Exception`.

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

- Implement `Report Server ID` (function code 17).

### Breaking Changes

- Server: Added `FunctionCode::ReportServerId`.
- Yanked: Adding `FunctionCode::ReportServerId` is a breaking change.

## v0.14.0 (2024-07-21)

Expand Down

0 comments on commit 1d78fe6

Please sign in to comment.