Python: Add change note

This commit is contained in:
Taus
2021-04-13 12:48:45 +00:00
committed by GitHub
parent d2b874f217
commit 7825a2cdfc

View File

@@ -0,0 +1,4 @@
lgtm,codescanning
* Modelling of libraries supporting PEP249 has been changed to use API graphs. When defining new
models, the relevant extension point is now `PEP249ModuleApiNode` in the `PEP249` module, instead
of `PEP249Module`. The latter class has now been deprecated.