Update release notes, refs #1106, fixes #1100

This commit is contained in:
Andreas Dangel
2018-05-16 19:32:00 +02:00
parent 7b51dd1570
commit 0544441caa

View File

@ -25,6 +25,8 @@ This is a minor release.
* [#848](https://github.com/pmd/pmd/issues/848): \[doc] Test failures when building pmd-doc under Windows
* doc
* [#791](https://github.com/pmd/pmd/issues/791): \[doc] Documentation site reorganisation
* vf-security
* [#1100](https://github.com/pmd/pmd/issues/1100): \[vf] URLENCODE is ignored as valid escape method
### API Changes
@ -34,4 +36,5 @@ This is a minor release.
* [#803](https://github.com/pmd/pmd/pull/803): \[doc] Added SpotBugs as successor of FindBugs - [Tobias Weimer](https://github.com/tweimer)
* [#830](https://github.com/pmd/pmd/pull/830): \[java] UseArraysAsList: Description added - [Tobias Weimer](https://github.com/tweimer)
* [#845](https://github.com/pmd/pmd/pull/845): \[java] Fix false negative PreserveStackTrace on string concatenation - [Alberto Fernández](https://github.com/albfernandez)
* [#1106](https://github.com/pmd/pmd/pull/1106): \[vf] URLENCODE is ignored as valid escape method - [Robert Sösemann](https://github.com/rsoesemann)