Add change note

This commit is contained in:
Owen Mansel-Chan
2024-05-08 15:37:25 +01:00
parent f6f594e4b5
commit 1ccea884ff

View File

@@ -0,0 +1,5 @@
---
category: minorAnalysis
---
* Fixed a bug that stopped built-in functions from being referenced using the predicate `hasQualifiedName` because technically they do not belong to any package. Now you can use the empty string as the package, e.g. `f.hasQualifiedName("", "len")`.
* Fixed a bug that stopped data flow models for built-in functions from having any effect because the package "" was not parsed correctly.