From 723e928d79521b018a11ecde4dfc3a3abf411d15 Mon Sep 17 00:00:00 2001 From: valrus Date: Sun, 29 Dec 2024 08:08:25 -0800 Subject: [PATCH] Add changelog item --- docs/changelog.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 5c206624b..d318b053a 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -30,6 +30,9 @@ Bug fixes: * :ref:`import-cmd`: Fix ``MemoryError`` and improve performance tagging large albums by replacing ``munkres`` library with ``lap.lapjv``. :bug:`5207` +* :ref:`query-sort`: Fix a bug that would raise an exception when sorting on + a non-string field that is not populated in all items. + :bug:`5512` For packagers: