From 3e7391ab64d45e0ba7fa60e7f56defb06be7d61b Mon Sep 17 00:00:00 2001 From: Andreas Dangel Date: Sun, 18 Jan 2015 12:15:01 +0100 Subject: [PATCH] Update changelog and credits --- src/site/markdown/overview/changelog.md | 1 + src/site/xdoc/overview/credits.xml | 1 + 2 files changed, 2 insertions(+) diff --git a/src/site/markdown/overview/changelog.md b/src/site/markdown/overview/changelog.md index 2405ab9127..7992041a87 100644 --- a/src/site/markdown/overview/changelog.md +++ b/src/site/markdown/overview/changelog.md @@ -21,6 +21,7 @@ * [#14](https://github.com/adangel/pmd/pull/14): Added support for Scala to CPD. * [#15](https://github.com/adangel/pmd/pull/15): (pmd-cs) Fixed incorrect line numbers after mutiline comments and verbatim strings. * [#16](https://github.com/adangel/pmd/pull/16): Fixed several C++ lexical / tokenize errors. +* [#17](https://github.com/adangel/pmd/pull/17): Fixed '--files' command line option of CPD, so it also works for files and not only for directories. **Bugfixes:** diff --git a/src/site/xdoc/overview/credits.xml b/src/site/xdoc/overview/credits.xml index 060df8bf59..04e8751068 100644 --- a/src/site/xdoc/overview/credits.xml +++ b/src/site/xdoc/overview/credits.xml @@ -340,6 +340,7 @@
  • Stuart Turton - for PLSQL support. See also http://pldoc.sourceforge.net/
  • Andrey Utis - for adding Apache Velocity as a new language and writing up a howto for adding new languages.
  • Alan Hohn - for adding Standard and modified cyclomatic complexity rules
  • +
  • Jan van Nunen - for adding CPD support for Matlab, Objective-C, Python, Scala and various bug fixes