Update changelog, refs #644

This commit is contained in:
Juan Martín Sotuyo Dodero
2017-09-30 18:40:00 -03:00
parent 5d51df880a
commit 077792cf26

View File

@ -160,6 +160,7 @@ All existing rules have been updated to reflect these changes. If you have custo
* all
* [#532](https://github.com/pmd/pmd/issues/532): \[core] security concerns on URL-based rulesets
* [#538](https://github.com/pmd/pmd/issues/538): \[core] Provide an XML Schema for XML reports
* [#643](https://github.com/pmd/pmd/issues/643): \[core] PMD Properties (dev-properties) breaks markup on CodeClimateRenderer
* apex
* [#488](https://github.com/pmd/pmd/pull/488): \[apex] Use Apex lexer for CPD
* [#489](https://github.com/pmd/pmd/pull/489): \[apex] Update Apex compiler
@ -297,3 +298,4 @@ All existing rules have been updated to reflect these changes. If you have custo
* [#588](https://github.com/pmd/pmd/pull/588): \[java] XPath function to compute metrics - [Clément Fournier](https://github.com/oowekyala)
* [#598](https://github.com/pmd/pmd/pull/598): \[java] Fix #388: controversial.AvoidLiteralsInIfCondition 0.0 false positive - [Clément Fournier](https://github.com/oowekyala)
* [#620](https://github.com/pmd/pmd/pull/620): \[core] Moved properties to n.s.pmd.properties - [Clément Fournier](https://github.com/oowekyala)
* [#644](https://github.com/pmd/pmd/pull/644): \[core] Prevent internal dev-properties from being displayed on CodeClimate renderer - [Filipe Esperandio](https://github.com/filipesperandio)