Update changelog for 0.16.1

This commit is contained in:
Nick O'Leary
2017-01-16 10:30:36 +00:00
parent 5b4019dd3d
commit c794ca85fd
2 changed files with 15 additions and 1 deletions

View File

@@ -1,5 +1,19 @@
#### 0.16.1: Maintenance Release
- Add colour swatches to debug when hex colour matched
- Nodes with hasUsers set to false should not appear unused
- Change hard error to verbose warning if using old node.js level
- Don't filter debug properties starting with _ Fixes #1117
- Node logged errors not displayed properly in debug pane Fixes #1116
- Do not look for existing nodes when checking for wires on paste Fixes #1114
- -v option not enabling verbose mode properly
- Add node.js version check on startup
#### 0.16.0: Milestone Release
Runtime
- Drop support for node 0.10 and 0.12
Nodes
- Add option to colourise debug console output Closes #1103