From b42bbbd30834371a2dd496bec86ab9d98718d594 Mon Sep 17 00:00:00 2001 From: mtkennerly Date: Fri, 20 Dec 2024 00:08:15 -0500 Subject: [PATCH] #415: Update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd9a72e..458e8b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## Unreleased +* Changed: + * When the game list is filtered, + the summary line (e.g., "1 of 10 games") now reflects the filtered totals. + * The `enable/disable all` buttons are now constrained by the active filter. * Fixed: * If a custom game's title begins or ends with a space, that custom game will now be ignored.