From f669c6c25334aa4ab236b6d931c53827505f8c3b Mon Sep 17 00:00:00 2001 From: Andreas Dangel Date: Fri, 20 Jan 2017 11:01:32 +0100 Subject: [PATCH] Update changelog --- src/site/markdown/overview/changelog.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/site/markdown/overview/changelog.md b/src/site/markdown/overview/changelog.md index 1f9cddfc37..fa8d04dc94 100644 --- a/src/site/markdown/overview/changelog.md +++ b/src/site/markdown/overview/changelog.md @@ -31,6 +31,14 @@ making it over 500X faster, and `PreserveStackTrace` which is now 7X faster. This is a bug fixing release, no major changes were introduced. +#### Modified Rules + +The Java rule "UseLocaleWithCaseConversions" (ruleset java-design) has been modified, to detect calls +to `toLowerCase` and to `toUpperCase` also within method call chains. This leads to more detected cases +and potentially new false positives. +See also [bugfix #1556](https://sourceforge.net/p/pmd/bugs/1556/). + + ### Fixed Issues * java-design