Update changelog

This commit is contained in:
Andreas Dangel
2016-01-07 10:50:48 +01:00
parent b2d5342493
commit e08ba3ea30
2 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,9 @@
/**
* BSD-style license; for more info see http://pmd.sourceforge.net/license.html
*/
package net.sourceforge.pmd.renderers;
import net.sourceforge.pmd.*;
import net.sourceforge.pmd.PMD;
public class CodeClimateRendererTest extends AbstractRendererTst {

View File

@ -6,6 +6,8 @@
**Feature Request and Improvements:**
* A JSON-renderer for PMD which is compatible with CodeClimate. See [PR#83](https://github.com/pmd/pmd/pull/83).
**New/Modified/Deprecated Rules:**
* java-design/UseVargs: public static void main method is ignored now and so are methods, that are annotated
@ -15,6 +17,7 @@
* [#79](https://github.com/pmd/pmd/pull/79): do not flag public static void main(String[]) as UseVarargs; ignore @Override for UseVarargs
* [#80](https://github.com/pmd/pmd/pull/80): Update mvn-plugin.md
* [#83](https://github.com/pmd/pmd/pull/83): Adds new Code Climate-compliant JSON renderer
**Bugfixes:**