From 4d4a38fbbc0c06a07429c0ab9aeaae9af2fc1991 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Sun, 23 Feb 2025 22:27:01 +0100 Subject: [PATCH] Add changelog entries for egui changes --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 416fc536..7b68abaa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,15 @@ state is to list breaking changes. ## [2024-02-23] +### Breaking changes + +- `nih_plug_egui` now uses egui 0.31. + +### Added + +- `nih_plug_egui` has a new `ResizableWindow` widget that can be used to resize + the plugin's editor. + ### Changed - The CLAP bindings were updated to 1.2.2. The only noticeable difference is