docs: Add issue 9917 bugfix explanation to changelog

This commit is contained in:
Zach OBrien 2022-05-06 01:27:22 -04:00
parent 24bb8eb9af
commit 18c4449cc0
No known key found for this signature in database
GPG Key ID: 3FC3457550AF85EB
1 changed files with 2 additions and 0 deletions

View File

@ -0,0 +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`.