Python: add change note

This commit is contained in:
Rasmus Lerchedahl Petersen
2024-10-09 16:27:52 +02:00
parent 0ac4a10345
commit 6bd46148e7

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* Modelled that `re.finditer` returns an iterable of `re.Match` objects. This is now understood by the API graph in many cases.