From 1d78fe6cfd3004617bd1724b3d7007480ff4b3dd Mon Sep 17 00:00:00 2001 From: Uwe Klotz Date: Sat, 14 Sep 2024 11:00:35 +0200 Subject: [PATCH] Update changelog after yanking v0.14.1 (#283) --- CHANGELOG.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8392be..09a4a24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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` and `#[repr(u8)]` for `Exception`. +- Added `FunctionCode::ReportServerId`. - Renamed `Exception` to `ExceptionCode` to be more consistent with `FunctionCode`. +- Added `ExceptionCode::Custom`. +- Removed `TryFrom` 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)