Improve CHANGELOG message

This commit is contained in:
Bruno Oliveira 2022-06-13 09:14:07 -03:00
parent 1689b38860
commit 7ae22fcb88
1 changed files with 1 additions and 2 deletions

View File

@ -1,2 +1 @@
String representation for `ApproxSequenceLike` was failing on tuples. The bug was fixed by
adding support for tuples to `_recursive_list_map`. Renamed that function to: `_recursive_sequence_map`.
Fixed string representation for :func:`pytest.approx` when used to compare tuples.