From 1fc7df7f0dbab7d33bc5c74b793fc560bb296073 Mon Sep 17 00:00:00 2001 From: Andreas Dangel Date: Mon, 20 Feb 2017 16:01:54 +0100 Subject: [PATCH] Update changelog, fixes #257 --- 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 e82def74a8..996e4b823b 100644 --- a/src/site/markdown/overview/changelog.md +++ b/src/site/markdown/overview/changelog.md @@ -40,6 +40,7 @@ This is a bug fixing release. * [#246](https://github.com/pmd/pmd/issues/246): \[java] UnusedModifier doesn't check annotations * [#247](https://github.com/pmd/pmd/issues/247): \[java] UnusedModifier doesn't check annotations inner classes * [#248](https://github.com/pmd/pmd/issues/248): \[java] UnusedModifier doesn't check static keyword on nested enum declaration + * [#257](https://github.com/pmd/pmd/issues/257): \[java] UnusedLocalVariable false positive ### API Changes