From 7c117172767d4b3519b97593129c07e70db6fe08 Mon Sep 17 00:00:00 2001 From: "octoaide[bot]" <204759324+octoaide[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 12:19:41 -0700 Subject: [PATCH] Move SelectComplex Changelog entry to Unreleased --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aae8996a..a3ac008a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,9 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm - Fixed Network/IP filter showing `(0)` instead of the correct count when all registered items are individually selected under the `pumpkin` feature. +- Fixed `SelectComplex` (pumpkin) label logic to show selected count for + custom-only selections when the predefined list is empty, instead of always + showing `All`. ## [0.15.1] - 2026-02-19 @@ -59,9 +62,6 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm with a single click when editing registered IPs. - Fixed inconsistent error-state background styling in `SelectSearchable` components. -- Fixed `SelectComplex` (pumpkin) label logic to show selected count for - custom-only selections when the predefined list is empty, instead of always - showing `All`. ### Changed