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 ``>``.