diff --git a/src/site/markdown/overview/changelog.md b/src/site/markdown/overview/changelog.md index 031f0d70c3..2a79ece1f5 100644 --- a/src/site/markdown/overview/changelog.md +++ b/src/site/markdown/overview/changelog.md @@ -20,6 +20,8 @@ This is a bug fixing release, no major changes were introduced. ### Fixed Issues +* java-design + * [#219](https://github.com/pmd/pmd/issues/219): \[java] UnnecessaryLocalBeforeReturn: ClassCastException in switch case with local variable returned * java-optimizations * [#215](https://github.com/pmd/pmd/issues/215): \[java] RedundantFieldInitializer report for annotation field not explicitly marked as final