changelog

This commit is contained in:
Reagan Lee 2023-09-26 20:21:54 -07:00
parent fab965c93b
commit bc1d4507a7
1 changed files with 3 additions and 0 deletions

View File

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