diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 9307c08..7f58ead 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -12,8 +12,8 @@ This is a feature and maintenance release. Java 8 or later is required. Fixed Bugs ---------- -* Fix PMD UnnecessaryFullyQualifiedName in SimpleLog. Thanks to Gary Gregory. * LOGGING-193: Update Log4j 2 OSGi imports #268. Thanks to Philippe Marschall. +* Fix PMD UnnecessaryFullyQualifiedName in SimpleLog. Thanks to Gary Gregory. * Fix NullPointerException in SimpleLog#write(Object) on null input. Thanks to Gary Gregory. * Fix NullPointerException in SimpleLog#write(StringBuffer) on null input. Thanks to Gary Gregory. diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 04a8f18..f3d3228 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -45,8 +45,8 @@ The type attribute can be add,update,fix,remove. - Fix PMD UnnecessaryFullyQualifiedName in SimpleLog. Update Log4j 2 OSGi imports #268. + Fix PMD UnnecessaryFullyQualifiedName in SimpleLog. Fix NullPointerException in SimpleLog#write(Object) on null input. Fix NullPointerException in SimpleLog#write(StringBuffer) on null input.