From c6e890038c0e85d793b167380a669f2bbf22ee76 Mon Sep 17 00:00:00 2001 From: Reagan Lee <96998476+reaganjlee@users.noreply.github.com> Date: Sun, 1 Oct 2023 01:12:20 -0700 Subject: [PATCH] Update changelog/10617.feature.rst Co-authored-by: Bruno Oliveira --- changelog/10617.feature.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 ``>``.