Update changelog

This commit is contained in:
Andreas Dangel
2016-01-07 10:20:47 +01:00
parent f67dbb85f6
commit 985ed57c52

View File

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