diff --git a/CHANGES.html b/CHANGES.html
index 84c59efa5..eda69e3dd 100644
--- a/CHANGES.html
+++ b/CHANGES.html
@@ -58,7 +58,8 @@ us a note on ns-developers mailing list.
Changes to existing API:
-
+- Added "--enable-asserts" and "--enable-logs" to waf configure, to selectively enable asserts and/or logs in release and optimized builds.
+- The Sifs, Slot and Pifs attributes have been moved from WifiMac to WifiPhy to better reflect that they are PHY characteristics, to decouple the MAC configuration from the PHY configuration and to ease the support for future standards.
Changes to build system:
@@ -66,7 +67,6 @@ us a note on ns-developers mailing list.
Changed behavior:
-- The Sifs, Slot and Pifs attributes have been moved from WifiMac to WifiPhy to better reflect that they are PHY characteristics, to decouple the MAC configuration from the PHY configuration and to ease the support for future standards.
- Support for RIFS has been dropped from wifi. RIFS has been obsoleted by the 802.11 standard and support for it was not implemented according to the standard.
diff --git a/RELEASE_NOTES b/RELEASE_NOTES
index 7ed3fc629..496dbe509 100644
--- a/RELEASE_NOTES
+++ b/RELEASE_NOTES
@@ -15,11 +15,11 @@ Release 3-dev
New user-visible features
-------------------------
- (build system) Added "--enable-asserts" and "--enable-logs" to waf configure,
- to selectively enable asserts and/or logs in release and optimized builds,
- at user's wish.
+ to selectively enable asserts and/or logs in release and optimized builds.
Bugs fixed
----------
+- (traffic-control) #225 - Do not mark packet twice within a CoDel queue
Release 3.31
============