Skip to content

Commit 1ccea88

Browse files
committed
Add change note
1 parent f6f594e commit 1ccea88

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
category: minorAnalysis
3+
---
4+
* 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")`.
5+
* Fixed a bug that stopped data flow models for built-in functions from having any effect because the package "" was not parsed correctly.

0 commit comments

Comments
 (0)