fix changelog after review

This commit is contained in:
Alessio Izzo 2023-03-07 23:09:51 +01:00
parent cd8f528782
commit 0bd69f4e5c
No known key found for this signature in database
GPG Key ID: 2B5983EE2D924936
1 changed files with 1 additions and 1 deletions

View File

@ -1 +1 @@
Fixed different behavior from std lib unittest of asserts with expression that contains the walrus operator in it that changes the value of a variable. The assertion rewriting mechanism now works correctly when assertion expressions contain the walrus operator.