From 3bdd013a5f845e1b7a81e20253ad4ba171573366 Mon Sep 17 00:00:00 2001 From: Andreas Dangel Date: Fri, 4 Dec 2015 21:15:08 +0100 Subject: [PATCH] Prepare pmd release 5.4.1 --- src/site/markdown/overview/changelog.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/site/markdown/overview/changelog.md b/src/site/markdown/overview/changelog.md index 53466a9c5c..036a0766ca 100644 --- a/src/site/markdown/overview/changelog.md +++ b/src/site/markdown/overview/changelog.md @@ -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:**