From 1af20e1aeefce63b473ee1d9c1ed765e3c0d5ff2 Mon Sep 17 00:00:00 2001 From: Arto Kinnunen Date: Fri, 13 Nov 2020 13:45:25 +0200 Subject: [PATCH] Initial version of CHANGELOG (#2497) - Add initial version of CHANGELOG.md - Use github template --- .github/pull_request_template.md | 24 ++++++++++++++++++++++++ CHANGELOG.md | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 56 insertions(+) create mode 100644 .github/pull_request_template.md create mode 100644 CHANGELOG.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000000..b5fcc3ac2b6 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,24 @@ + + +### Summary of changes + +Hopefully your commit message answers to these questions? + +* why did you make this change? +* what did you change? +* Explain how this change affetcs to the functionality + + +### Pull request type + + [] Feature + [] Change + [] Bug-fix + + +### Reviewers + + +@ diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000000..6a44c235beb --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,32 @@ +# Changelog for Nanostack + +## Release vxx.x.x + +### Features +* + +### Changes +* + +### Bugfix +* + + +## Release v12.6.2 (09-11-2020) + +### Features +* Allow nanostack max trace level configuration +* MPL parameters configured based on network size +* Added faster recovery based on Broadcast schedule id change detection +* Updated EAPOL relay target when attaching to the network + +### Changes +* Tracing improvements + +### Bugfix +* If DAO is retried re-register address to parent with ARO to confirm downward route +* socket reference counter possible overflow with big heap sizes +* Prevent RPL to send DIO when DAO process is ongoing + +## Release v12.6.1 (29-10-2020) +* Start collecting change log.