diff --git a/CHANGES.html b/CHANGES.html index 24995518c..c1c2fdc78 100644 --- a/CHANGES.html +++ b/CHANGES.html @@ -61,7 +61,7 @@ us a note on ns-developers mailing list.

  • In class ConfigStore, a new Attribue SaveDeprecated allows to not save DEPRECATED Attributes. The default value is false (save DEPRECATED Attributes).
  • In class TracedCallback, a new function IsEmpty allows to know if the TracedCallback will call any callback.
  • A new specialization of std::hash for Ptr allows to use seamlessly Ptrs as keys in unordered_map and unordered_set.
  • -
  • A new GroupMobilityHelper mobility helper has been added to ease the configuration of group mobility (a form of hierarchical mobility in which multiple child mobility models move with reference to an underlying parent mobility model). A new example program and animation script are also added.
  • +
  • A new GroupMobilityHelper mobility helper has been added to ease the configuration of group mobility (a form of hierarchical mobility in which multiple child mobility models move with reference to an underlying parent mobility model). New example programs and animation scripts are also added to both the buildings and mobility modules.
  • Changes to existing API: