From 177db998c79a956670a4fded17b54b27856c2ef1 Mon Sep 17 00:00:00 2001 From: Rasmus Lerchedahl Petersen Date: Fri, 29 Sep 2023 15:28:08 +0200 Subject: [PATCH] Python: add change note --- .../lib/change-notes/2023-09-29-allow-namespace-packages.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 python/ql/lib/change-notes/2023-09-29-allow-namespace-packages.md 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.