From d9af8b09483ddeb2b39a9fc9b49c0b3edb78b5ba Mon Sep 17 00:00:00 2001 From: Saoud Rizwan <7799382+saoudrizwan@users.noreply.github.com> Date: Fri, 11 Oct 2024 02:41:02 -0400 Subject: [PATCH] Prepare release --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fb1f04..efcc03f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Change Log +## [2.0.5] + +- Fixed bug where Cline's edits would stream into the active tab when switching tabs during a write_to_file +- Added explanation in task continuation prompt that an interrupted write_to_file reverts the file to its original contents, preventing unnecessary re-reads +- Fixed non-first chunk error handling in case stream fails mid-way through ## [2.0.0]