File tree Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -24,13 +24,17 @@ limitations under the License.
2424 <body >
2525 <section id =" main" name =" Apache log4net Release Notes" >
2626 <section id =" a3.0.3" name =" 3.0.3" >
27- <section id =" a3.0.3-breaking" name =" Breaking Changes" />
28- <br />
2927 Apache log4net 3.0.3 addresses reported issues:
3028 <section id =" a3.0.3-bug" name =" Bug fixes" >
3129 <ul >
3230 <li >
33- <a href =" https://github.com/apache/logging-log4net/issues/tbd" >tbd</a > (by tbd)
31+ <a href =" https://github.com/apache/logging-log4net/pull/199" >Fix empty string received by .NET 8 users on Linux on userName</a > (by @gdziadkiewicz)
32+ </li >
33+ <li >
34+ MDC was accidentally renamed into Mdc in <a href =" https://github.com/apache/logging-log4net/pull/196" >#196</a > - this change was reverted
35+ </li >
36+ <li >
37+ NDC was accidentally renamed into Ndc in <a href =" https://github.com/apache/logging-log4net/pull/196" >#196</a > - this change was reverted
3438 </li >
3539 </ul >
3640 </section >
@@ -42,6 +46,12 @@ limitations under the License.
4246 <li >
4347 <a href =" https://github.com/apache/logging-log4net/pull/201" >Enable Microsoft.CodeAnalysis.NetAnalyzers</a > (by @FreeAndNil)
4448 </li >
49+ <li >
50+ <a href =" https://github.com/apache/logging-log4net/pull/202" >file scoped namespaces and CA warnings fixed in examples</a > (by @FreeAndNil)
51+ </li >
52+ <li >
53+ <a href =" https://github.com/apache/logging-log4net/pull/203" >use raw strings for config files in unit tests</a > (by @FreeAndNil)
54+ </li >
4555 </ul >
4656 </section >
4757 </section >
You can’t perform that action at this time.
0 commit comments