From 5b7b5d67c82b065d18e6b4cf15bebbe3929060a7 Mon Sep 17 00:00:00 2001 From: Igor Konnov Date: Fri, 27 Sep 2024 18:00:18 +0200 Subject: [PATCH] add release notes --- .unreleased/bug-fixes/distinct-on-singleton.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 .unreleased/bug-fixes/distinct-on-singleton.md diff --git a/.unreleased/bug-fixes/distinct-on-singleton.md b/.unreleased/bug-fixes/distinct-on-singleton.md new file mode 100644 index 0000000000..ac08ba6fcd --- /dev/null +++ b/.unreleased/bug-fixes/distinct-on-singleton.md @@ -0,0 +1 @@ +Do not produce `(distinct ...)` for singletons (see #3005)