From 1d0d7d995e2d51401bdb58eb154b17e79d66c5ab Mon Sep 17 00:00:00 2001 From: Andreas Dangel Date: Thu, 19 Feb 2015 20:57:09 +0100 Subject: [PATCH] Update changelog --- src/site/markdown/overview/changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/site/markdown/overview/changelog.md b/src/site/markdown/overview/changelog.md index b5c450ad7a..9857c0b509 100644 --- a/src/site/markdown/overview/changelog.md +++ b/src/site/markdown/overview/changelog.md @@ -28,6 +28,7 @@ * [#18](https://github.com/adangel/pmd/pull/18): Created extra CSV output format `csv_with_linecount_per_file` which outputs the correct line count per file. * [#48](https://github.com/pmd/pmd/pull/48): Handle NoClassDefFoundError along ClassNotFoundException * [#49](https://github.com/pmd/pmd/pull/49): Fix some false positives in UnusedPrivateField +* [#50](https://github.com/pmd/pmd/pull/50): Add missing assertions in JUnitAssertionsShouldIncludeMessage test **Bugfixes:**