fix (docs): Fix wording in changelog

This commit is contained in:
Zach OBrien 2022-06-12 17:58:27 -04:00
parent ab2a971575
commit 1689b38860
No known key found for this signature in database
GPG Key ID: 7AA939E250324125
1 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
String representation for `ApproxSequenceLike` was failing on tuples, fixed by
generalizing `_recursive_list_map` to all sequences. Renamed function to: `_recursive_sequence_map`.
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`.