Skip to content

Commit

Permalink
chore: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCalzone committed Mar 5, 2022
1 parent eb04863 commit 1891bc1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<!--
Add placeholder for next release with `wip` snippet
-->
## 9.0.0-beta.2 (2022-03-04)
## __WORK IN PROGRESS__
### Breaking changes · [Migration guide](https://zwave-js.github.io/node-zwave-js/#/getting-started/migrating-to-v9)
* The `route` parameter in `SendDataBridgeRequest` has been removed, since it isn't supported in any known SDK version (#3741)
* Faster timeout while waiting for a response to a GET request (#3756)
Expand All @@ -21,6 +21,7 @@

### Bugfixes
* Error reporting is now opt-in (#4279) and should no longer force-exit the application when an unhandled rejection occurs (#4291)
* Increase the default controller response timeout to 10s to work around an issue where some 500 series controllers take too long to confirm execution of a SendData command when the target node is unresponsive (#4259)

### Config file changes
* Correct device description for Leviton DZMX1 (#4317)
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG_v8.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog (v1 to v8)

## 8.11.8 (2022-03-04)
### Bugfixes
* Increase the default controller response timeout to 10s to work around an issue where some 500 series controllers take too long to confirm execution of a SendData command when the target node is unresponsive (#4259)

## 8.11.7 (2022-02-28)
### Bugfixes
* Restoring an NVM backup with an unsupported format on a stick with an unsupported NVM format is possible again. This enables working with backups on legacy (before SDK 6.61) controllers.
Expand Down

0 comments on commit 1891bc1

Please sign in to comment.