diff --git a/CHANGES.html b/CHANGES.html
index 5e3f77937..6da8c9cec 100644
--- a/CHANGES.html
+++ b/CHANGES.html
@@ -54,7 +54,7 @@ us a note on ns-developers mailing list.
Changes from ns-3.32 to ns-3.33
New API:
-
+- Time::RoundTo (unit) allows time to be rounded to the nearest integer multiple of unit
Changes to existing API:
@@ -78,6 +78,7 @@ in order to support multi-users (MU) transmissions.
- The default Wi-Fi ErrorRateModel for the 802.11n/ac/ax standards has been changed from the NistErrorRateModel to a new TableBasedErrorRateModel. Users may experience a shift in Wi-Fi link range due to the new default error model, as the new model is more optimistic (the PER for a given MCS will degrade at a lower SNR value). The Wi-Fi module documentation provides plots that compare the performance of the NIST and new table-based model.
- The default value of the BerThreshold attribute in IdealWifiManager was changed from 1e-5 to 1e-6, so as to the correct high order MCS.
+- Time values that are created from an int64x64_t value are now rounded to the nearest integer multiple of the unit, rather than truncated. Issue #265 in the GitLab.com tracker describes the behavior that was fixed. Some Time values that rely on this conversion may have changed due to this fix.
diff --git a/RELEASE_NOTES b/RELEASE_NOTES
index 44c0de26c..321e5bfe9 100644
--- a/RELEASE_NOTES
+++ b/RELEASE_NOTES
@@ -22,6 +22,7 @@ Bugs fixed
----------
- (wifi) Fix Minstrel HT statistics update window duration
- (wifi) Fix wrong calculations for 1024-QAM when using NistErrorRateModel
+- (core) #265 - Time is not rounded when created from an int64x64_t
Release 3.32
============