diff --git a/RELEASE-NOTES.html b/RELEASE-NOTES.html
index 25d135f10..2bcd83474 100644
--- a/RELEASE-NOTES.html
+++ b/RELEASE-NOTES.html
@@ -68,6 +68,7 @@ If this causes major headaches to anyone please contact commons-dev at jakarta.a
CollectionUtils/ListUtils - retainAll/removeAll that don't change original colllection
BlockingBuffer - now includes stack trace if InterupttedException occurs [33700]
BlockingBuffer - new methods that allow get and remove with a timeout [27691]
+Transformed*Map - new factory decorateTransform() that transforms any existing entries in the map [30959]
BUG FIXES
@@ -98,6 +99,7 @@ If this causes major headaches to anyone please contact commons-dev at jakarta.a
JAVADOC
- MapUtils.safeAddToMap - Better comment
+- MapUtils.transformed*Map - Better comment
- ListOrderedSet.decorate(List) - Better comment [32073]