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

Update changelog

This commit is contained in:
Nick O'Leary 2021-04-07 14:37:13 +01:00
parent 16e021e94f
commit 41a0147938
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9

View File

@ -30,6 +30,7 @@ Nodes
- Change: Add property validation to Change node rule set Closes #2911
- Exec: Allow any property to be appended to command (#2908) @kazuhitoyokoi
- HTTP Request: set followAllRedirects to work with POSTs Fixes #2017
- Inject: Flag validation errors in Inject node props config Fixes #2914
- Switch: Fix Switch node handling of hasKey rule when property is undefined
- Switch: Handle invalid regex set dynamically in Switch node Fixes #2905