From: Lele Gaifax Date: Tue, 15 Nov 2022 20:09:46 +0000 (+0100) Subject: Add draft changelog X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F8766%2Fhead;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Add draft changelog --- 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.