Skip to content

Commit

Permalink
Add release note for PartialEvaluator update
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjameshamilton committed May 17, 2021
1 parent 81be970 commit 57fbf8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/md/releasenotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 57fbf8e

Please sign in to comment.