diff --git a/RELEASE-NOTES.html b/RELEASE-NOTES.html
index af8d0e52b..5ee6ca4ce 100644
--- a/RELEASE-NOTES.html
+++ b/RELEASE-NOTES.html
@@ -62,17 +62,17 @@ If this causes major headaches to anyone please contact commons-dev at jakarta.a
- FastArrayList - Fix iterators and views to work better in multithreaded environments
- FastArrayList - Fix iterator remove where ConcurrentModificationException not as expected [34690]
-- BoundedFifoBuffer/CircularFifoBuffer - Fix serialization to work in case where buffer serialized when full [31433]
-- BoundedFifoBuffer - Fix iterator remove bug causing ArrayIndexOutOfBounds error [33071]
-- MultiHashMap.remove(key, item) - Was returning the item even when nothing was removed [32366]
- SetUniqueList.set(int,Object) - Destroyed set status in certain circumstances [33294]
- AbstractLinkedMap.init() - Now calls createEntry() to create the map entry object [33706]
-- BeanMap.initialize() - Internal variable now correctly initialised with only write methods that actually exist [15895]
-- TransformedMap.putAll - Now allows putAll of an empty map [34686]
- AbstractHashedMap deserialization - Fix to prevent doubling of internal data array [34265]
-- Flat3Map.equals() - Fix to make flat mode comparison actually work [34917]
-- IteratorChain.remove() - Fix to avoid IllegalStateException when one of the underlying iterators is a FilterIterator [34267]
- AbstractHashedMap initialization - Fix to setup threshold correctly, improving performance [35012]
+- BeanMap.initialize() - Internal variable now correctly initialised with only write methods that actually exist [15895]
+- MultiHashMap.remove(key, item) - Was returning the item even when nothing was removed [32366]
+- Flat3Map.equals() - Fix to make flat mode comparison actually work [34917]
+- TransformedMap.putAll - Now allows putAll of an empty map [34686]
+- BoundedFifoBuffer/CircularFifoBuffer - Fix serialization to work in case where buffer serialized when full [31433]
+- BoundedFifoBuffer - Fix iterator remove bug causing ArrayIndexOutOfBounds error [33071]
+- IteratorChain.remove() - Fix to avoid IllegalStateException when one of the underlying iterators is a FilterIterator [34267]
JAVADOC