From 756d5a33158b35e7743fa11c030baa29764a4f95 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Sat, 30 Dec 2023 14:08:10 +0100 Subject: [PATCH] Add missing changelog entry --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e30552a..edc0e6c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,13 @@ 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. +## [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