Update changelog/10617.feature.rst

Co-authored-by: Bruno Oliveira <bruno@soliv.dev>
This commit is contained in:
Reagan Lee 2023-10-01 01:12:20 -07:00 committed by GitHub
parent d90ee6ce9d
commit c6e890038c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

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