From d297c57e8001d58bb125016918b454e3487577cb Mon Sep 17 00:00:00 2001 From: Joe Clark Date: Tue, 1 Aug 2023 13:07:32 +0100 Subject: [PATCH] changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 29d74a53e8..5aaa9a99d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ and this project adheres to - Update Debian base to use bookworm (Debian 12) for our Docker images - Change new credential modal to take up less space on the screen [#931](https://github.com/OpenFn/Lightning/issues/931) +- Placeholder nodes are now purely handled client-side ### Fixed @@ -32,6 +33,9 @@ and this project adheres to [#971](https://github.com/OpenFn/Lightning/issues/971) - Fix version reporting and external reset_demo() call via Application.spec()[#1010](https://github.com/OpenFn/Lightning/issues/1010) +- Fixed issue where entering a placeholder name through the form would result an + in unsaveable workflow + [#1001](https://github.com/OpenFn/Lightning/issues/1001) ## [v0.7.0-pre5] - 2023-07-28