Python: add change note

This commit is contained in:
Rasmus Lerchedahl Petersen
2023-09-29 15:28:08 +02:00
parent ed3ffde5e6
commit 177db998c7

View File

@@ -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.