Java/C#: Add change notes.

This commit is contained in:
Anders Schack-Mulligen
2023-06-08 14:35:28 +02:00
parent 85d6b44d92
commit 68f1e40370
2 changed files with 8 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
---
category: majorAnalysis
---
* The data flow library now performs type strengthening. This increases precision for all data flow queries by excluding paths that can be inferred to be impossible due to incompatible types.

View File

@@ -0,0 +1,4 @@
---
category: majorAnalysis
---
* The data flow library now performs type strengthening. This increases precision for all data flow queries by excluding paths that can be inferred to be impossible due to incompatible types.