Skip to content

Commit 1324f5e

Browse files
committed
Update CHANGELOG for 0.16.2
1 parent 7759aac commit 1324f5e

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
#### 0.16.2: Maintenance Release
2+
3+
- Ensure custom mustache context parent set in Template node fixes #1126
4+
- Display debug node name in debug panel if its known
5+
- Ensure auth-tokens are removed when no user is specified in settings
6+
- Ensure all a tags have blank target in info sidebar
7+
- Ensure links do not span tabs in the editor
8+
- Avoid creating multiple reconnect timers in websocket node
9+
- Fix inner reference in install fail message catalog entry Fixes #1120
10+
- Display buffer data properly for truncated buffers under Object property
11+
112
#### 0.16.1: Maintenance Release
213

314
- Add colour swatches to debug when hex colour matched

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name" : "node-red",
3-
"version" : "0.16.1",
3+
"version" : "0.16.2",
44
"description" : "A visual tool for wiring the Internet of Things",
55
"homepage" : "http://nodered.org",
66
"license" : "Apache-2.0",

0 commit comments

Comments
 (0)