Skip to content

Commit

Permalink
Update RELEASE_NOTES.md and CHANGES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
edalm committed Nov 12, 2022
1 parent fa90164 commit 495a1bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ Changes from ns-3.37 to ns-3.38

### New API

* (network) Add class `TimestampTag` for associating a timestamp with a packet.

### Changes to existing API

* (network) **Ipv4Address** and **Ipv6Address** now do not raise an exception if built from an invalid string. Instead the address is marked as not initialized.
Expand Down
1 change: 1 addition & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Release 3-dev

### New user-visible features

- (network) !938 - Add class `TimestampTag` for associating a timestamp with a packet.
- (network) !1163 Initializing an Ipv[4,6]Address from an invalid string do not raise an exception anymore. Instead the address is marked as not initialized.

### Bugs fixed
Expand Down

0 comments on commit 495a1bb

Please sign in to comment.