From b2586ded4892efa2b5c3991f903fa16e85e0263e Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Thu, 22 Feb 2024 21:01:19 +0100 Subject: [PATCH] Mention the nih_plug_egui update in the changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f252827e..0c82fdb0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,12 @@ 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-22] + +### Breaking changes + +- `nih_plug_egui` has been updated from egui 0.22.0 to using egui 0.26.1. + ## [2023-12-30] ### Breaking changes