From 5416733514d273abad72ac7e07a1a6964110f863 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Mon, 23 Dec 2024 22:59:35 +0100 Subject: [PATCH] Add missing changelog entry for slider style --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5140c8b9..49b2f7bd 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. +## [2024-12-23] + +### Added + +- `nih_plug_vizia`'s `ParamSlider` has a new style that always shows the offset + relative to the center of the slider. + ## [2024-08-18] ### Breaking changes