Skip to content

[Doc]: fix bug in release notes for matplotlib v3.5.0 and v3.7.0#30212

Merged
timhoffm merged 2 commits intomatplotlib:mainfrom
ztw33:main
Jun 25, 2025
Merged

[Doc]: fix bug in release notes for matplotlib v3.5.0 and v3.7.0#30212
timhoffm merged 2 commits intomatplotlib:mainfrom
ztw33:main

Conversation

@ztw33
Copy link
Copy Markdown
Contributor

@ztw33 ztw33 commented Jun 25, 2025

PR summary

Reference Issue #30211

There is a typo in the release notes for matplotlib v3.5.0 and v3.7.0.

The item in this link:

FancyArrowPatch.get_path_in_displaycoord and ConnectionPath.get_path_in_displaycoord are deprecated. ...

ConnectionPath should be ConnectionPatch. There is no such a class as ConnectionPath.

PR checklist