diff --git a/CHANGES.html b/CHANGES.html
index 94c58a5b2..f66a95e4d 100644
--- a/CHANGES.html
+++ b/CHANGES.html
@@ -54,6 +54,7 @@ us a note on ns-developers mailing list.
Changes from ns-3.30 to ns-3.31
New API:
+- New attributes for Ipv4L3Protocol have been added to enable RFC 6621-based duplicate packet detection (DPD) (EnableRFC6621) and to control the cache expiration time (DuplicateExpire).
Changes to existing API:
diff --git a/RELEASE_NOTES b/RELEASE_NOTES
index d4e7ad115..bc2237175 100644
--- a/RELEASE_NOTES
+++ b/RELEASE_NOTES
@@ -22,6 +22,8 @@ To be determined.
New user-visible features
-------------------------
+- (internet) An option to enable IPv4 hash-based multicast duplicate packet
+ detection (DPD) based on RFC 6621 has been added.
Bugs fixed
----------