From 42d47bd2a325c48e96638788a2c499a0498cd6b4 Mon Sep 17 00:00:00 2001 From: AidanAbd Date: Mon, 6 Feb 2023 16:03:37 -0800 Subject: [PATCH] fix: CHANGELOG --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93ef8202..11e8f514 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,15 @@ Types of changes --> # Latch SDK Changelog +## 2.12.0 - 2023-02-06 + +### Added + +* `latch develop` drops users directly into a shell in their docker environment. Local changes in the workflow directory and any subdirectories are automatically synced into the environment. Deleted local files are not deleted in the environment. However, any additions or modifications to files and directories are propagated. + +### Removed + +* latch develop no longer drops user into REPL with multiple options -- it goes straight to a shell. ## 2.11.1 - 2023-01-25