Python: Add change-note

This commit is contained in:
Rasmus Wriedt Larsen
2022-04-20 11:46:09 +02:00
parent d70f247001
commit 888a38c060

View File

@@ -0,0 +1,4 @@
---
category: breaking
---
* The imports made available from `import python` are no longer exposed under `DataFlow::` after doing `import semmle.python.dataflow.new.DataFlow`, for example using `DataFlow::Add` will now cause a compile error.