Prepare pmd release 5.4.1

This commit is contained in:
Andreas Dangel
2015-12-04 21:15:08 +01:00
parent 11c091d348
commit 3bdd013a5f

View File

@ -1,14 +1,12 @@
# Changelog
## ????? - 5.4.1-SNAPSHOT
**New Supported Languages:**
## 04-December-2015 - 5.4.1
**Feature Request and Improvements:**
* CPD: New command line parameter `--ignore-usings`: Ignore using directives in C# when comparing text.
**New/Modified/Deprecated Rules:**
**Modified Rules:**
* java-comments/CommentRequired: New property `serialVersionUIDCommentRequired` which controls the comment requirements
for *serialVersionUID* fields. By default, no comment is required for this field.
@ -50,5 +48,3 @@
* [#1425](https://sourceforge.net/p/pmd/bugs/1425/): Invalid XML Characters in Output
* [#1429](https://sourceforge.net/p/pmd/bugs/1429/): Java - Parse Error: Cast in return expression
* [#1441](https://sourceforge.net/p/pmd/bugs/1441/): PMD: Update documentation how to compile after modularization
**API Changes:**