From 985ed57c52197bc9fed3501b5f183d6d83da6e08 Mon Sep 17 00:00:00 2001 From: Andreas Dangel Date: Thu, 7 Jan 2016 10:20:47 +0100 Subject: [PATCH] Update changelog --- src/site/markdown/overview/changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/site/markdown/overview/changelog.md b/src/site/markdown/overview/changelog.md index 023c1af7e2..307a2b7cca 100644 --- a/src/site/markdown/overview/changelog.md +++ b/src/site/markdown/overview/changelog.md @@ -8,8 +8,13 @@ **New/Modified/Deprecated Rules:** +* java-design/UseVargs: public static void main method is ignored now and so are methods, that are annotated + with Override. See [PR#79](https://github.com/pmd/pmd/pull/79). + **Pull Requests:** +* [#79](https://github.com/pmd/pmd/pull/79): do not flag public static void main(String[]) as UseVarargs; ignore @Override for UseVarargs + **Bugfixes:** **API Changes:**