JS: Change note

This commit is contained in:
Asger F
2025-02-17 10:24:39 +01:00
parent 97eb09fef8
commit b8f48aa711

View File

@@ -0,0 +1,6 @@
---
category: majorAnalysis
---
* Improved call resolution logic to better handle calls resolving "downwards", targeting
a method declared in a subclass of the enclosing class. Data flow analysis
has also improved to avoid spurious flow between unrelated classes in the class hierarchy.