File tree 1 file changed +13
-3
lines changed
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.
24
24
<body >
25
25
<section id =" main" name =" Apache log4net Release Notes" >
26
26
<section id =" a3.0.3" name =" 3.0.3" >
27
- <section id =" a3.0.3-breaking" name =" Breaking Changes" />
28
- <br />
29
27
Apache log4net 3.0.3 addresses reported issues:
30
28
<section id =" a3.0.3-bug" name =" Bug fixes" >
31
29
<ul >
32
30
<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
34
38
</li >
35
39
</ul >
36
40
</section >
@@ -42,6 +46,12 @@ limitations under the License.
42
46
<li >
43
47
<a href =" https://github.com/apache/logging-log4net/pull/201" >Enable Microsoft.CodeAnalysis.NetAnalyzers</a > (by @FreeAndNil)
44
48
</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 >
45
55
</ul >
46
56
</section >
47
57
</section >
You can’t perform that action at this time.
0 commit comments