diff --git a/RELEASE-NOTES.html b/RELEASE-NOTES.html
index ebc8085b1..773203e44 100644
--- a/RELEASE-NOTES.html
+++ b/RELEASE-NOTES.html
@@ -64,6 +64,7 @@ NEW CLASSES
LinkedMap - A map that retains the order of its entries
Flat3Map - A map optimised for size 3 or less
IdentityMap - A map that uses == not equals()
+CaseInsenstiveMap - A map that ignores case when comparing keys
ListOrderedSet/Map - A set/map that behaves like a List
SetUniqueList - A list that behaves like a Set
CircularFifoBuffer - A buffer that eliminates the oldest entry when full