Update changelog, refs #420

This commit is contained in:
Juan Martín Sotuyo Dodero
2017-06-26 13:03:28 -03:00
parent 371aba37b1
commit cd5ec52250

View File

@ -19,6 +19,8 @@ This is a minor release.
* General
* [#407](https://github.com/pmd/pmd/issues/407): \[web] Release date is not properly formatted
* java-controversial
* [#408](https://github.com/pmd/pmd/issues/408): \[java] DFA not analyzing asserts
* java-design
* [#397](https://github.com/pmd/pmd/issues/397): \[java] ConstructorCallsOverridableMethodRule: false positive for method called from lambda expression
@ -27,4 +29,5 @@ This is a minor release.
### External Contributions
* [#406](https://github.com/pmd/pmd/pull/406): \[java] False positive with lambda in java-design/ConstructorCallsOverridableMethod
* [#420](https://github.com/pmd/pmd/pull/420): \[java] Fix UR anomaly in assert statements