summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/build/changelog/unreleased_11/nulls_import.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/build/changelog/unreleased_11/nulls_import.rst b/doc/build/changelog/unreleased_11/nulls_import.rst
new file mode 100644
index 000000000..c501b22f4
--- /dev/null
+++ b/doc/build/changelog/unreleased_11/nulls_import.rst
@@ -0,0 +1,7 @@
+.. change::
+ :tags: bug, sql
+ :versions: 1.2.0b4
+
+ Added :func:`.nullsfirst` and :func:`.nullslast` as top level imports
+ in the ``sqlalchemy.`` and ``sqlalchemy.sql.`` namespace. Pull request
+ courtesy Lele Gaifax. \ No newline at end of file