diff --git a/RELEASE-NOTES.html b/RELEASE-NOTES.html
index 2cf585c01..014f5465a 100644
--- a/RELEASE-NOTES.html
+++ b/RELEASE-NOTES.html
@@ -13,14 +13,17 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
+
+
RELEASE NOTES: COLLECTIONS 3.2
-
+
+
RELEASE NOTES: COLLECTIONS 3.2
This release adds various new classes and fixes a number of bugs.
All feedback should be directed to commons-user at jakarta.apache.org.
-
+
COMPATABILITY
@@ -42,6 +45,7 @@ There are no new deprecations.
CollectionUtils.addIgnoreNull - Adds to the collection if the value being added is not null [30020]
MapUtils.putAll - Puts an array of key/value pairs into a map [30882]
ExtendedProperties - No longer uses an exception in normal processing [30497]
+CollectionUtils/ListUtils - retainAll/removeAll that don't change original colllection
BUG FIXES
@@ -54,3 +58,5 @@ There are no new deprecations.
- MapUtils.safeAddToMap - Better comment
+
+
\ No newline at end of file