diff --git a/changelog/10617.feature.rst b/changelog/10617.feature.rst index 9eb2cce40..c99ec4889 100644 --- a/changelog/10617.feature.rst +++ b/changelog/10617.feature.rst @@ -1,3 +1,2 @@ -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 ``>``. +Added more comprehensive set assertion rewrites for comparisons other than equality ``==``, with +the following operations now providing better failure messages: ``!=``, ``<=``, ``>=``, ``<``, and ``>``.