diff --git a/xstream-distribution/src/content/changes.html b/xstream-distribution/src/content/changes.html
index 1e0a3fe4d..24759f883 100644
--- a/xstream-distribution/src/content/changes.html
+++ b/xstream-distribution/src/content/changes.html
@@ -111,6 +111,7 @@
Upcoming 1.4.x maintenance release
Major changes
+ - GHPR:#350: Optimize memory allocation (by Vladislav Rassokhin of JetBrains).
- Add a converter for the WeakHashMap which does not write any elements of the map. Avoids also access to the
ReentrantLock contained in the WeakHashMap since Java 19.
@@ -122,7 +123,7 @@ Minor changes
GHPR:#331, GHI:#326: Fix handling of empty java.util.concurrent.atomic.AtomicReference (by Alex Blekhman of Atlassian).
GHPR:#334: Fix remaining buffer size calculation in QuickWriter (by Higuchi Yuta).
GHI:#342: Optimize internal handling of children in DomReader avoiding O(n²) access times for siblings (by Shiang-Yun Yang).
- GHPR:#349: Fix support of lambda objects for Java 21 and above (Tobias Gierke).
+ GHPR:#349: Fix support of lambda objects for Java 21 and above (by Tobias Gierke).
GHI:#359: Add KEYS file with public keys to verify signed artifacts.
Detect input manipulation in c.t.x.io.binary.BinaryStreamReader.
diff --git a/xstream-distribution/src/content/team.html b/xstream-distribution/src/content/team.html
index d1cefbce8..06a556c90 100644
--- a/xstream-distribution/src/content/team.html
+++ b/xstream-distribution/src/content/team.html
@@ -1,7 +1,7 @@