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:**