From 26462968a5d9a535488476b9cbe407a9deadd7de Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Sun, 23 Feb 2025 21:53:41 +0100 Subject: [PATCH] Update the changelog --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49b2f7bd..186e3842 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,14 @@ 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. +## [2024-02-23] + +### Changed + +- The CLAP bindings were updated to 1.2.2. The only noticeable difference is + that the remote controls exposed through `ClapPlugin::remote_controls()` now + use the non-draft extension. + ## [2024-12-23] ### Added