From e6d67c26dd553021ed88f53dc66921b7f5bdff5f Mon Sep 17 00:00:00 2001 From: Travis Abendshien <46939827+CyanVoxel@users.noreply.github.com> Date: Sat, 15 Aug 2026 21:46:20 -0700 Subject: [PATCH] docs: reorder changelog to match release notes --- docs/changelog.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index b0b993e3..a9a64c23 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -17,8 +17,6 @@ This update includes some critical library bugfixes along with a handful QoL twe - feat(ui): show library format version in "About" window by @CyanVoxel in 102cfdf4a2e12635f4b6e47259aa23ea95787421 -### Changed - #### Tag and Field Bars - feat(ui): keep tag/field search bars open by default by @CyanVoxel in #1472 @@ -26,6 +24,8 @@ This update includes some critical library bugfixes along with a handful QoL twe - feat(ui): use tab and shift+tab to navigate tag/field search bars by @CyanVoxel in #1474 - feat(ui): add hint icons to tag/field search bars by @CyanVoxel in #1475 +### Changed + #### Internal Changes - refactor: almost final migrations cleanup by @Computerdores in #1456