1
0

Sort entries

This commit is contained in:
Gary Gregory
2024-06-30 14:26:22 -04:00
parent ac0adf8291
commit c03d6bcd37
2 changed files with 2 additions and 2 deletions

View File

@@ -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.