1
0

Add section for the next release

This commit is contained in:
Gary Gregory
2024-08-19 13:45:14 +00:00
parent 9668ec3cb5
commit 219c0d1b3c

View File

@@ -43,6 +43,11 @@ The <action> type attribute can be add,update,fix,remove.
<title>Release Notes</title> <title>Release Notes</title>
</properties> </properties>
<body> <body>
<release version="1.3.5" date="YYYY-MM-DD" description="This is a feature and maintenance release. Java 8 or later is required.">
<!-- FIX -->
<!-- ADD -->
<!-- UPDATE -->
</release>
<release version="1.3.4" date="2024-08-16" description="This is a feature and maintenance release. Java 8 or later is required."> <release version="1.3.4" date="2024-08-16" description="This is a feature and maintenance release. Java 8 or later is required.">
<!-- FIX --> <!-- FIX -->
<action dev="pkarwasz" issue="LOGGING-192" type="fix" due-to="Björn Kautler, Piotr Karwasz">Fix factory loading from context class loader #280, #281.</action> <action dev="pkarwasz" issue="LOGGING-192" type="fix" due-to="Björn Kautler, Piotr Karwasz">Fix factory loading from context class loader #280, #281.</action>