diff --git a/docs/md/releasenotes.md b/docs/md/releasenotes.md index 6b948f46e..1bb5de8be 100644 --- a/docs/md/releasenotes.md +++ b/docs/md/releasenotes.md @@ -2,6 +2,7 @@ | Version| Issue | Module | Explanation |--------|----------|----------|---------------------------------- +| 7.1.0 | | CORE | The `PartialEvaluator` now throws `ExcessiveComplexityException` if an instruction is visited more than `stopAnalysisAfterNEvaluations` times. | 7.1.0 | | CORE | The `PartialEvaluator` now throws `IncompleteClassHierarchyException` instead of `IllegalArgumentException` when an incomplete hierarchy is encountered. | 7.1.0 | | CORE | Fixed potential `StackOverflowException` when comparing multi-typed reference values. | 7.1.0 | DGD-3036 | CORE | Improved code analysis by taking into account potentially throwing `ldc` instructions.