]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
improve changelog for ticket:`12479`
authorFederico Caselli <cfederico87@gmail.com>
Tue, 20 May 2025 20:47:39 +0000 (22:47 +0200)
committerFederico Caselli <cfederico87@gmail.com>
Tue, 20 May 2025 20:47:39 +0000 (22:47 +0200)
Change-Id: I20fd3eabdb3777acd2ff7ffa144367929f2127d5

doc/build/changelog/unreleased_21/12479.rst

index 4cced479b10837996347608f94eef426280e502b..8ed5c0be35089761b0c42b9d6dfcf6ac7ff67c6f 100644 (file)
@@ -2,5 +2,8 @@
     :tags: core, feature, sql
     :tickets: 12479
 
-      The Core operator system now includes the `matmul` operator, i.e. the
-      @ operator in Python as an optional operator.
+      The Core operator system now includes the ``matmul`` operator, i.e. the
+      ``@`` operator in Python as an optional operator.
+      In addition to the ``__matmul__`` and ``__rmatmul__`` operator support
+      this change also adds the missing ``__rrshift__`` and ``__rlshift__``.
+      Pull request courtesy Aramís Segovia.