Update changelog, refs #579

This commit is contained in:
Juan Martín Sotuyo Dodero
2017-08-28 16:14:24 -03:00
parent 599f91a796
commit 6d30cf7789

View File

@@ -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)