From 4e8beb1098749e55df1774b49ad854f6a33a9130 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Sat, 30 Dec 2023 18:00:06 +0100 Subject: [PATCH] Update the changelog entry date for merge --- CHANGELOG.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 686cc827..f252827e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ Since there is no stable release yet, the changes are organized per day in reverse chronological order. The main purpose of this document in its current state is to list breaking changes. -## [Unreleased] +## [2023-12-30] ### Breaking changes @@ -30,6 +30,11 @@ state is to list breaking changes. - The `raw_window_handle` version used by NIH-plug has been updated to version 0.5.x. +### Added + +- Added initial RISC-V support to `nih_plug_xtask`. + ([#95](https://github.com/robbert-vdh/nih-plug/pull/95)). + ### Changed - `ParentWindowHandle` has changed to be a sum type of different parent window @@ -48,13 +53,6 @@ state is to list breaking changes. - Various `baseview` dependencies now have their versions pinned. -## [2023-12-30] - -### Added - -- Added initial RISC-V support to `nih_plug_xtask`. - ([#95](https://github.com/robbert-vdh/nih-plug/pull/95)). - ## [2023-12-06] ### Fixed