diff --git a/python/ql/lib/change-notes/2023-09-29-allow-namespace-packages.md b/python/ql/lib/change-notes/2023-09-29-allow-namespace-packages.md new file mode 100644 index 00000000000..6c064920b51 --- /dev/null +++ b/python/ql/lib/change-notes/2023-09-29-allow-namespace-packages.md @@ -0,0 +1,4 @@ +--- +category: minorAnalysis +--- +* Namespace packages in the form of regular packages with missing `__init__.py`-files are now allowed. This enables the analysis to resolve modules and functions inside such packages.