From d7b228b658574baea20fafa8fa15f0ee94f52299 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20Str=C3=B6mberg?= Date: Sun, 21 Apr 2024 18:29:33 +0200 Subject: [PATCH] Add changelog section for v2.0.445 [skip ci] --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b519d9c60..3741cf1c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ Changes to Calva. ## [Unreleased] +## [2.0.445] - 2024-04-21 + - [Make list items in the inspector get a bit easier to read](https://github.com/BetterThanTomorrow/calva/issues/2521) - Fix: [Deleting the last form in document throws an error](https://github.com/BetterThanTomorrow/calva/issues/2523) - Workaround: [Default to `indentation` folding strategy to dodge clojure-lsp bug](https://github.com/BetterThanTomorrow/calva/issues/2486)