Skip to content

Commit

Permalink
Initial version of CHANGELOG (ARMmbed#2497)
Browse files Browse the repository at this point in the history
- Add initial version of CHANGELOG.md
- Use github template
  • Loading branch information
Arto Kinnunen committed Nov 13, 2020
1 parent d9874ed commit 1af20e1
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/pull_request_template.md
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 -->
@
32 changes: 32 additions & 0 deletions CHANGELOG.md
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.

0 comments on commit 1af20e1

Please sign in to comment.