Update python/ql/lib/CHANGELOG.md

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

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