Update release notes, fixes #1902

This commit is contained in:
Andreas Dangel
2019-07-20 17:49:35 +02:00
parent 50d211eae4
commit 169d08a898

View File

@ -34,6 +34,8 @@ Being based on a proper Antlr grammar, CPD can:
* [#1909](https://github.com/pmd/pmd/issues/1909): \[doc] Sample usage example refers to deprecated ruleset "basic.xml" instead of "quickstart.xml"
* java-multithreading
* [#1903](https://github.com/pmd/pmd/issues/1903): \[java] UnsynchronizedStaticFormatter doesn't allow block-level synchronization when using allowMethodLevelSynchronization=true
* plsql
* [#1902](https://github.com/pmd/pmd/issues/1902): \[pslql] ParseException when parsing (+)
* xml
* [#1666](https://github.com/pmd/pmd/issues/1666): \[xml] wrong cdata rule description and examples