From bc1d4507a733261079d43febb29d544dc1fe5e08 Mon Sep 17 00:00:00 2001 From: Reagan Lee <96998476+reaganjlee@users.noreply.github.com> Date: Tue, 26 Sep 2023 20:21:54 -0700 Subject: [PATCH] changelog --- changelog/10617.feature.rst | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 changelog/10617.feature.rst diff --git a/changelog/10617.feature.rst b/changelog/10617.feature.rst new file mode 100644 index 000000000..9eb2cce40 --- /dev/null +++ b/changelog/10617.feature.rst @@ -0,0 +1,3 @@ +This change resolves :issue:`10617`` and adds more powerful set assertion rewrites for comparisons +other than equality ``==``. Previously, only ``==`` was supported for sets. Now, the additional +following operations are supported: ``!=``, ``<=``, ``>=``, ``<``, and ``>``.