Update CHANGELOG for 0.16.2

This commit is contained in:
Nick O'Leary 2017-01-23 15:57:37 +00:00
parent 7759aacb35
commit 1324f5e59c
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9
2 changed files with 12 additions and 1 deletions

View File

@ -1,3 +1,14 @@
#### 0.16.2: Maintenance Release
- Ensure custom mustache context parent set in Template node fixes #1126
- Display debug node name in debug panel if its known
- Ensure auth-tokens are removed when no user is specified in settings
- Ensure all a tags have blank target in info sidebar
- Ensure links do not span tabs in the editor
- Avoid creating multiple reconnect timers in websocket node
- Fix inner reference in install fail message catalog entry Fixes #1120
- Display buffer data properly for truncated buffers under Object property
#### 0.16.1: Maintenance Release
- Add colour swatches to debug when hex colour matched

View File

@ -1,6 +1,6 @@
{
"name" : "node-red",
"version" : "0.16.1",
"version" : "0.16.2",
"description" : "A visual tool for wiring the Internet of Things",
"homepage" : "http://nodered.org",
"license" : "Apache-2.0",