diff --git a/docs/pages/release_notes.md b/docs/pages/release_notes.md index 54994ea1b6..f6e95df1e3 100644 --- a/docs/pages/release_notes.md +++ b/docs/pages/release_notes.md @@ -195,6 +195,9 @@ All existing rules have been updated to reflect these changes. If you have custo * `StringUtil.asStringOn(StringBuilder, Object[], String)` * `StringUtil.lpad(String, int)` +* The class `net.sourceforge.pmd.lang.java.typeresolution.typedefinition.JavaTypeDefinition` is now abstract, and has been enhanced + to provide several new methods. + ### External Contributions * [#420](https://github.com/pmd/pmd/pull/420): \[java] Fix UR anomaly in assert statements - [Clément Fournier](https://github.com/oowekyala) @@ -232,3 +235,5 @@ All existing rules have been updated to reflect these changes. If you have custo * [#557](https://github.com/pmd/pmd/pull/557): \[java] Fix NPath metric not counting ternaries correctly - [Clément Fournier](https://github.com/oowekyala) * [#563](https://github.com/pmd/pmd/pull/563): \[java] Add support for basic method type inference for strict invocation - [Bendegúz Nagy](https://github.com/WinterGrascph) * [#567](https://github.com/pmd/pmd/pull/567): \[java] Last API change for metrics (metric options) - [Clément Fournier](https://github.com/oowekyala) +* [#579](https://github.com/pmd/pmd/pull/579): \[java] Update parsing to produce upper and lower bounds - [Bendegúz Nagy](https://github.com/WinterGrascph) +