diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c80ca4d3..3e893e59e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,6 +32,7 @@ Nodes - 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 + - Function: add node.outputCount to sandbox (#2918) @kristianheljas - Switch: Fix Switch node handling of hasKey rule when property is undefined - Switch: Handle invalid regex set dynamically in Switch node Fixes #2905