From 675baea882424be5e42954c027c236b6fc3408f4 Mon Sep 17 00:00:00 2001 From: Federico Caselli Date: Tue, 20 May 2025 22:47:39 +0200 Subject: [PATCH] improve changelog for ticket:`12479` Change-Id: I20fd3eabdb3777acd2ff7ffa144367929f2127d5 --- doc/build/changelog/unreleased_21/12479.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/build/changelog/unreleased_21/12479.rst b/doc/build/changelog/unreleased_21/12479.rst index 4cced479b1..8ed5c0be35 100644 --- a/doc/build/changelog/unreleased_21/12479.rst +++ b/doc/build/changelog/unreleased_21/12479.rst @@ -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. -- 2.47.3