From e0b797fc7e96255a9d106696e02173ef2cab0e87 Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Tue, 17 Nov 2020 21:06:21 +0000 Subject: [PATCH] Update changelog --- CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c3ab41b3..f4996cba9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,25 @@ +### 1.2.4: Maintenance Release + +Editor + + - Support bigint types in Debug sidebar + - Clear retained status of deleted nodes + - Prevent needless retention of node status messages + - Update projects dialogs to use TypedInput-cred input + - Restore cursor position in TypedInput cred-mode + - Ensure config nodes with invalid z are imported somewhere + - Ensure user keyboard shortcuts override defaults Fixes #2753 + +Runtime + + - Disable projects when flowFile passed into grunt dev + - Add Russian Locale (#2761) (#2531) (@alexk111) + - Add Japanese translation for http-in node (#2758) (@kazuhitoyokoi) + +Nodes + + - CSV: Fix CSV node repeating array output + ### 1.2.3: Maintenance Release Editor