diff --git a/src/site/markdown/overview/changelog.md b/src/site/markdown/overview/changelog.md index 0a15cc96e7..eb8eb72795 100644 --- a/src/site/markdown/overview/changelog.md +++ b/src/site/markdown/overview/changelog.md @@ -1,13 +1,13 @@ # Changelog -## ???? - 5.2.3: +## December 21, 2014 - 5.2.3: **Feature Requests and Improvements:** * [#1288](https://sourceforge.net/p/pmd/bugs/1288/): MethodNamingConventions for native should be deactivated * [#1293](https://sourceforge.net/p/pmd/bugs/1293/): Disable VariableNamingConventions for native methods -**New/Modified Rules:** +**Modified Rules:** * [Java / Design / UseVarargs](http://pmd.sourceforge.net/pmd-java/rules/java/design.html#UseVarargs): if `byte[]` is used as the last argument, it is ignored and no violation will be reported. * [Java / Naming / MethodNamingConventions](http://pmd.sourceforge.net/pmd-java/rules/java/naming.html#MethodNamingConventions): New property `checkNativeMethods`