From ef1b0fbaad5dc00c3b054a81b37a590e993b979b Mon Sep 17 00:00:00 2001 From: Sebastian Bazley Date: Wed, 18 Jul 2012 16:17:32 +0000 Subject: [PATCH] Log4JLogger uses deprecated static members of Priority such as INFO git-svn-id: https://svn.apache.org/repos/asf/commons/proper/logging/trunk@1363001 13f79535-47bb-0310-9956-ffa450edef68 --- RELEASE-NOTES.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 490914b..eaa77b3 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -20,6 +20,7 @@ TODO - rework notes to incorporate: Changes since 1.1.1 LOGGING-130 - Potential missing privileged block for class loader LOGGING-145 - LogFactoryImpl.setAttribute - possible NPE +LOGGING-142 - Log4JLogger uses deprecated static members of Priority such as INFO $Id$