forked from ARMmbed/mbed-os
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initial version of CHANGELOG (ARMmbed#2497)
- Add initial version of CHANGELOG.md - Use github template
- Loading branch information
Arto Kinnunen
authored
Nov 13, 2020
1 parent
d9874ed
commit 1af20e1
Showing
2 changed files
with
56 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<!-- | ||
Please, update the CHANGELOG.md if making major change. | ||
--> | ||
|
||
### 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 | ||
|
||
<!--@username or @team --> | ||
@ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |