This is an automated email from the ASF dual-hosted git repository. pkarwasz pushed a commit to branch release-2.x in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
commit a470bf2860f6c45b1474ff78ee67153d7de4a120 Author: Piotr P. Karwasz <[email protected]> AuthorDate: Sat Sep 3 00:01:29 2022 +0200 [LOG4J2-3559] Add release notes --- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index a6e1efb910..02c9c0f0a5 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -54,6 +54,9 @@ <action issue="LOG4J2-3565" dev="dafengsu7" type="fix"> Fix RollingRandomAccessFileAppender with DirectWriteRolloverStrategy can't create the first log file of different directory. </action> + <action issue="LOG4J2-3559" dev="pkarwasz" type="fix" due-to="Gary Gregory"> + Fix resolution of properties not starting with `log4j2.`. + </action> </release> <release version="2.18.0" date="2022-06-28" description="GA Release 2.18.0"> <action issue="LOG4J2-3339" dev="rgoers" type="fix">
