Skip to content

Commit 9d9edcf

Browse files
committed
added release notes for 3.0.4-Preview1
1 parent f06a0bc commit 9d9edcf

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

scripts/build-preview.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
$Version = '3.0.3'
1+
$Version = '3.0.4'
22
$Preview = '1'
33
'building ...'
44
dotnet build -c Release "-p:GeneratePackages=true;PackageVersion=$Version-preview.$Preview" $PSScriptRoot/../src/log4net/log4net.csproj

src/site/xdoc/release/release-notes.xml

+13
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,19 @@ limitations under the License.
2323
<meta name="keywords" content="log4net release notes, log4net"/>
2424
<body>
2525
<section id="main" name="Apache log4net Release Notes">
26+
<section id="a3.0.4" name="3.0.4">
27+
Apache log4net 3.0.4 addresses reported issues:
28+
<section id="a3.0.4-bug" name="Bug fixes">
29+
<ul>
30+
<li>
31+
<a href="https://github.com/apache/logging-log4net/issues/216">Breaking change to FileAppender in 3.0.2</a> (reported by @sketchturner, fixed by @FreeAndNil in <a href="https://github.com/apache/logging-log4net/pull/217">#217</a>)
32+
</li>
33+
<li>
34+
<a href="https://github.com/apache/logging-log4net/issues/225">XmlLayoutSchemaLog4J: Changed XML start element for exceptions since v3.0.0</a> (reported by @sita-martin, fixed by @FreeAndNil in <a href="https://github.com/apache/logging-log4net/pull/226">#226</a>)
35+
</li>
36+
</ul>
37+
</section>
38+
</section>
2639
<section id="a3.0.3" name="3.0.3">
2740
Apache log4net 3.0.3 addresses reported issues:
2841
<section id="a3.0.3-bug" name="Bug fixes">

0 commit comments

Comments
 (0)