From 1eb8f9ad9751f97c0d3ca4db76f240fbe822fba4 Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Thu, 29 Apr 2021 14:01:40 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e92b17cb..cc175a79b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ Editor - Fix margin between nodes on palette (#2947) @kazuhitoyokoi - Ensure typedInput option is selected in dropdown menu Part of #2945 - Ensure typedInput without value has focus class removed Closes #2945 + - TreeList: Fix remove item when depth=0 and wrong gutter calc (#2967) @hanc2006 Runtime - Handle subflow modules that contain subflows