diff --git a/CHANGES.html b/CHANGES.html index 0388a992a..07e8a3f8c 100644 --- a/CHANGES.html +++ b/CHANGES.html @@ -53,6 +53,7 @@ us a note on ns-developers mailing list.


Changes from ns-3.28 to ns-3-dev

New API:

+
  • CommandLine can now handle non-option (positional) arguments.
  • Added CommandLine::Parse (const std::vector> args)
  • NS_LOG_FUNCTION can now log the contents of vectors