1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

fix changelog typo

This commit is contained in:
Nick O'Leary 2018-12-07 15:30:20 +00:00
parent 2f160743bc
commit e9dc9eff9b
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9

View File

@ -54,7 +54,6 @@ Editor
Runtime
- Add
- Allow a project to be loaded from cmdline
- Handle lookup of undefined property in Global context Fixes #1978
- Refuse to enable Manage Palette if npm too old
@ -81,9 +80,9 @@ Nodes
- HTTP Request: add msg.requestTimeout option for per-message setting - @natcl #1959
- MQTT: add auto-detect and base64 output to mqtt node Fixes #1912 - @DurandA
- MQTT: only unsubscribe node that is being removed
- Sentiment: move to node-red-nodes-sentiment
- Sentiment: move to node-red-node-sentiment
- Switch: add missing edit dialog icon
- Tail: move to node-red-nodes-tail
- Tail: move to node-red-node-tail
- TCPGet: clear status if user changes target per message
- Template: tidy up edit dialog
- UDP: more resilient binding to correct port for udp, give input side priority