Prepare pmd release 5.3.5

This commit is contained in:
Andreas Dangel
2015-10-04 12:40:49 +02:00
parent 73fe285b1a
commit 98e0c1f914

View File

@ -1,14 +1,8 @@
# Changelog
## ????? - 5.3.5-SNAPSHOT
## 04-October-2015 - 5.3.5
**New Supported Languages:**
**Feature Request and Improvements:**
**New/Modified/Deprecated Rules:**
**Modified Rules:**
* java-design/CloseResource: New Property *closeAsDefaultTarget* which is *true* by default to stay
backwards compatible. If this property is *true*, the rule will make sure, that `close` itself is
@ -33,6 +27,3 @@
* java-unnecessary/UselessParentheses:
* [#1407](https://sourceforge.net/p/pmd/bugs/1407/): UselessParentheses "&" and "+" operator precedence
**API Changes:**