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