From e3ad18317a191ddea178f3a16803d4d301efc53a Mon Sep 17 00:00:00 2001 From: Romain Pelisse Date: Thu, 19 Feb 2009 22:24:12 +0000 Subject: [PATCH] Adding fix for bug [2317099] False + in SimplifyConditional to changelog git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/branches/pmd/4.2.x@6856 51baf565-9d33-0410-a72c-fc3788e3496d --- pmd/etc/changelog.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/pmd/etc/changelog.txt b/pmd/etc/changelog.txt index a954c51e5f..eed986229f 100644 --- a/pmd/etc/changelog.txt +++ b/pmd/etc/changelog.txt @@ -1,6 +1,7 @@ ???? - 4.2.6: Fixed bug 2590258 - NPE with nicerhtml output +Fixed bug 2317099 - False + in SimplifyCondition New rule: StrictExceptions : AvoidCatchingGenericException