From 21c0df86cc0d1502855527e29425fbffc3f45d64 Mon Sep 17 00:00:00 2001 From: Lele Gaifax Date: Tue, 15 Nov 2022 21:09:46 +0100 Subject: [PATCH] Add draft changelog --- doc/build/changelog/unreleased_20/8765.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 doc/build/changelog/unreleased_20/8765.rst diff --git a/doc/build/changelog/unreleased_20/8765.rst b/doc/build/changelog/unreleased_20/8765.rst new file mode 100644 index 0000000000..a210fb3486 --- /dev/null +++ b/doc/build/changelog/unreleased_20/8765.rst @@ -0,0 +1,10 @@ +.. change:: + :tags: usecase, postgresql + :tickets: 8765 + + Complementing :ticket:`8690`, new comparison methods such as + ``adjacent_to()``, ``difference()``, ``union()``, etc., were added to the + PG-specific range objects, bringing them in par with the standard + operators implemented by the underlying + :attr:`_postgresql.AbstractRange.comparator_factory`. Pull request + courtesy Lele Gaifax. -- 2.47.2