]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
added changelog file
authorKaan <kaan191@gmail.com>
Tue, 18 Mar 2025 23:27:49 +0000 (23:27 +0000)
committerKaan <kaan191@gmail.com>
Tue, 18 Mar 2025 23:27:49 +0000 (23:27 +0000)
doc/build/changelog/unreleased_20/12444.rst [new file with mode: 0644]

diff --git a/doc/build/changelog/unreleased_20/12444.rst b/doc/build/changelog/unreleased_20/12444.rst
new file mode 100644 (file)
index 0000000..2d6f26c
--- /dev/null
@@ -0,0 +1,7 @@
+.. change::
+    :tags: sql
+    :tickets: 12444
+    
+    Implemented support for the GROUPS frame specification in window 
+    functions by adding "groups" option to :class:`.Over` and 
+    :meth:`.FunctionElement.over`. Pull request courtesy Kaan Dikmen.