diff --git a/CHANGES.html b/CHANGES.html index 782e1c071..24995518c 100644 --- a/CHANGES.html +++ b/CHANGES.html @@ -61,6 +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.
  • Changes to existing API: