Document: Bug fix: BasicExpiresHandler is annotated as immutable but is
not. #240.
diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt
index 42e0f98..fd80d94 100644
--- a/RELEASE_NOTES.txt
+++ b/RELEASE_NOTES.txt
@@ -1,4 +1,14 @@
-Release 5.0.1
+Release 5.0.2
+-----------------
+
+Changelog:
+-------------------
+
+* Bug fix: BasicExpiresHandler is annotated as immutable but is not. #240.
+  Contributed by Gary Gregory <ggregory at apache.org>
+
+
+Release 5.0.1
 -----------------
 
 This release upgrades HttpCore to the latest version and addresses a number of issues found