From 7c8ed1015e3306ac945139059cfd3153aaa12684 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Tue, 15 Sep 2026 13:35:40 -0700 Subject: [PATCH] Changelog for #1681, #2876 --- docs/changelog.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index e085c114..3c4a214d 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -26,6 +26,7 @@ Datasette plugins can now use **background tasks** to run code independent of th Bug fixes ~~~~~~~~~ +- Numeric comparison filters now correctly handle decimal values, negative numbers and scientific notation when filtering computed columns and SQL views. Thanks, `Rami Abdelrazzaq `__. (:issue:`1681`, :pr:`2876`) - Fixed CSV streaming with ``?_stream=on`` on SQL views repeating the second page of results until the CSV size limit was reached. Thanks, `Ankita Advitot `__. (:issue:`2902`, :pr:`2903`) .. _v1_0_a39: