Update CHANGES and RELEASE_NOTES to describe !1828

This commit is contained in:
Sébastien Deronne
2024-02-15 22:04:45 +01:00
parent a2f10dc205
commit 8dea1fbd84
2 changed files with 5 additions and 0 deletions

View File

@@ -19,6 +19,9 @@ Changes from ns-3.41 to ns-3-dev
### New API
* Objects now can be aggregated to multiple objects though the `Object::UnidirectionalAggregateObject` function. Objects aggregated in such a way can not use `GetObject` to access the objects they are aggregated to.
* (network) Added `ApplicationHelper` helper class to create and install applications, removing
redundant code in existing helpers and reducing the burden to add yet another helper when a new
application model is added.
### Changes to existing API

View File

@@ -20,6 +20,8 @@ Release 3-dev
### New user-visible features
- (network) !1828 - Added a common helper to create and install applications
### Bugs fixed
Release 3.41