Skip to content

Commit ff7eff5

Browse files
committed
added MDC/NDC issue to release notes
1 parent 96e736c commit ff7eff5

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

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

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,17 @@ limitations under the License.
6262
<a href="https://github.com/apache/logging-log4net/issues/189">separate review instructions for log4net</a> (by @FreeAndNil)
6363
</li>
6464
<li>
65-
<a href="https://github.com/apache/logging-log4net/issues/196">more modern coding style</a> (by @FreeAndNil)
65+
<a href="https://github.com/apache/logging-log4net/pull/196">more modern coding style</a> (by @FreeAndNil)
66+
</li>
67+
</ul>
68+
</section>
69+
<section id="a3.0.2-known-issues" name="Known Issues">
70+
<ul>
71+
<li>
72+
MDC was accidentally renamed into Mdc in <a href="https://github.com/apache/logging-log4net/pull/196">#196</a> - this will be reverted in 3.0.3
73+
</li>
74+
<li>
75+
NDC was accidentally renamed into Ndc in <a href="https://github.com/apache/logging-log4net/pull/196">#196</a> - this will be reverted in 3.0.3
6676
</li>
6777
</ul>
6878
</section>

0 commit comments

Comments
 (0)