Update changelog/10617.feature.rst
Co-authored-by: Bruno Oliveira <bruno@soliv.dev>
This commit is contained in:
parent
d90ee6ce9d
commit
c6e890038c
|
@ -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 ``>``.
|
||||
|
|
Loading…
Reference in New Issue