From a4a624d53776a9032d367d377b85ab4626b507e5 Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Tue, 13 Apr 2021 13:33:41 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cb1464cc..40724e589 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +### 1.3.2: Maintenance Release + + +Runtime + - Handle package.json without dependencies section + +Editor + + - Fix variable reference error in editableList Fixes #2933 + - Fix handling of user-provided keymap Fixes #2926 + - Ensure theme login image is passed through to api response Fixes #2929 + - Add Japanese translations for Node-RED v1.3.1 (#2930) @kazuhitoyokoi + +Nodes + + - CSV: Fix CSV parsing with other than , separator + - File out: Fix timing of msg.send to be after close + - Function: describe `node.outputCount` in help text + - MQTT: Fix MQTT Broker TLS config row layout Fixes #2927 + - Split: add comment to info re $N being number of messages arriving ### 1.3.1: Maintenance Release