diff --git a/CHANGES.html b/CHANGES.html
index d71510799..b7b6fd87f 100644
--- a/CHANGES.html
+++ b/CHANGES.html
@@ -107,6 +107,12 @@ us a note on ns-developers mailing list.
access, and handover.
+ A new parallel scheduling algorithm based on null messages, a common
+ parallel DES scheduling algorithm, has been added. The null message
+ scheduler has better scaling properties when running on some scenarios
+ with large numbers of nodes since it does not require a global
+ communication.
+
Changes to existing API:
@@ -136,6 +142,10 @@ us a note on ns-developers mailing list.
RRC protocol.
UE RRC state model in LTE module has been considerably modified and is
not backward compatible with the previous state model.
+ Additional time units (Year, Day, Hour, Minute) were added to the time
+ value class that represents simulation time; the largest unit prior to
+ this addition was Second.
+
Changes to build system:
diff --git a/RELEASE_NOTES b/RELEASE_NOTES
index 3048dfe84..a75f7e7da 100644
--- a/RELEASE_NOTES
+++ b/RELEASE_NOTES
@@ -75,6 +75,16 @@ New user-visible features
- IPv6 addresses and routing tables are printed in a more conventional way,
closely matching the Linux "route -A inet6" command.
+
+- Additional time units (Year, Day, Hour, Minute) were added to the time
+ value class that represents simulation time; the largest unit prior to
+ this addition was Second.
+
+- A new parallel scheduling algorithm based on null messages, a common
+ parallel DES scheduling algorithm, has been added. The null message
+ scheduler has better scaling properties when running on some scenarios
+ with large numbers of nodes since it does not require a global
+ communication.
Bugs fixed
----------