From 8191b6e9634d090eb2b6506e56ea4fe0e89dda38 Mon Sep 17 00:00:00 2001 From: Tom Henderson Date: Wed, 27 Sep 2023 14:43:22 -0700 Subject: [PATCH] Start RELEASE_NOTES.md and CHANGES.md sections for new release --- CHANGES.md | 11 +++++++++++ RELEASE_NOTES.md | 9 +++++++++ 2 files changed, 20 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 6b7dcd88b..73d262a7b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -13,6 +13,17 @@ Note that users who upgrade the simulator across versions, or who work directly This file is a best-effort approach to solving this issue; we will do our best but can guarantee that there will be things that fall through the cracks, unfortunately. If you, as a user, can suggest improvements to this file based on your experience, please contribute a patch or drop us a note on ns-developers mailing list. +Changes from ns-3.40 to ns-3-dev +-------------------------------- + +### New API + +### Changes to existing API + +### Changes to build system + +### Changed behavior + Changes from ns-3.39 to ns-3.40 ------------------------------- diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 5e60a81c3..2eb54bb0d 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -13,6 +13,15 @@ a [GitLab.com issue tracker](https://gitlab.com/nsnam/ns-3-dev/-/issues) number, and references prefixed by '!' refer to a [GitLab.com merge request](https://gitlab.com/nsnam/ns-3-dev/-/merge_requests) number. +Release 3-dev +------------- + +### Supported platforms + +### New user-visible features + +### Bugs fixed + Release 3.40 ------------