This is an automated email from the ASF dual-hosted git repository.
freeandnil pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/logging-log4net-site.git
The following commit(s) were added to refs/heads/asf-staging by this push:
new 5ac433e fixed release notes for 3.0.0
5ac433e is described below
commit 5ac433e25f82d8be926eabdcf369cbaa271fbb43
Author: Jan Friedrich <[email protected]>
AuthorDate: Thu Sep 12 20:49:12 2024 +0200
fixed release notes for 3.0.0
---
log4net-3.0.0/release/release-notes.html | 10 ++--------
1 file changed, 2 insertions(+), 8 deletions(-)
diff --git a/log4net-3.0.0/release/release-notes.html
b/log4net-3.0.0/release/release-notes.html
index 6989781..965a709 100644
--- a/log4net-3.0.0/release/release-notes.html
+++ b/log4net-3.0.0/release/release-notes.html
@@ -342,8 +342,10 @@ limitations under the License. -->
</li>
</ul>
+ <br />
<p>
+ Other Changes
</p>
<ul>
@@ -361,14 +363,6 @@ limitations under the License. -->
Serializable Support removed (for .netstandard)
<a class="externalLink"
href="https://github.com/apache/logging-log4net/discussions/175">Removing
legacy serialization from log4net </a>
</li>
- </ul>
-
- <br />
-
-<p>
- Changed members
- </p>
-<ul>
<li>
<tt>log4net.Util.ReadOnlyPropertiesDictionary.InnerHashtable</tt> is now
<tt>Dictionary<string, object?></tt> (instead of
<tt>System.Collections.Hashtable</tt> before)