Update python/ql/lib/change-notes/released/0.3.0.md

This commit is contained in:
Mathias Vorreiter Pedersen
2022-05-12 11:43:39 +01:00
committed by GitHub
parent b069d1bd17
commit 43265c4133

View File

@@ -2,7 +2,7 @@
### Breaking Changes
* 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.
* 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.
### Minor Analysis Improvements