2016-12-13 13:38:59 -03:00
|
|
|
# PMD Release Notes
|
2014-01-03 11:55:46 +01:00
|
|
|
|
2017-04-29 20:27:03 +02:00
|
|
|
## ????? - 5.7.0-SNAPSHOT
|
2016-04-23 18:30:13 +02:00
|
|
|
|
2017-04-29 20:27:03 +02:00
|
|
|
The PMD team is pleased to announce PMD 5.7.0.
|
2016-07-27 22:03:51 +02:00
|
|
|
|
2017-04-29 20:27:03 +02:00
|
|
|
This is a minor release.
|
2016-07-07 20:48:01 +02:00
|
|
|
|
2017-04-29 20:22:28 +02:00
|
|
|
### Table Of Contents
|
|
|
|
|
|
|
|
* [New and noteworthy](#New_and_noteworthy)
|
|
|
|
* [Fixed Issues](#Fixed_Issues)
|
|
|
|
* [API Changes](#API_Changes)
|
|
|
|
* [External Contributions](#External_Contributions)
|
|
|
|
|
|
|
|
### New and noteworthy
|
|
|
|
|
2016-12-13 13:38:59 -03:00
|
|
|
### Fixed Issues
|
2016-06-25 13:51:03 +02:00
|
|
|
|
2017-04-29 20:22:28 +02:00
|
|
|
### API Changes
|
|
|
|
|
2017-05-01 17:19:30 +02:00
|
|
|
* The method `net.sourceforge.pmd.util.StringUtil#htmlEncode(String)` is deprecated.
|
|
|
|
`org.apache.commons.lang3.StringEscapeUtils#escapeHtml4(String)` should be used instead.
|
|
|
|
|
2017-04-29 20:22:28 +02:00
|
|
|
### External Contributions
|
2017-05-01 16:51:07 +02:00
|
|
|
|
|
|
|
* [#368](https://github.com/pmd/pmd/pull/368): \[vf] Adding proper AST support for negation expressions
|
2017-05-01 17:19:51 +02:00
|
|
|
* [#372](https://github.com/pmd/pmd/pull/372): \[core] Fix XSS in HTML renderer
|