diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a4751bc8..8753f97d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ Changes to Calva. ## [Unreleased] +## [2.0.437] - 2024-04-11 + - Retire experimental setting for strict prevent unmatched closing bracket. Close: [Unexpected cursor movement when using 'Strict Prevent Unmatched Closing Brackets'](https://github.com/BetterThanTomorrow/calva/issues/2500) - [Update default Jack-in nrepl dependencies](https://github.com/BetterThanTomorrow/calva/issues/2503), nrepl 1.1.1, cider-nrepl 0.47.1 - Fix: [Throws error when debugging atoms](https://github.com/BetterThanTomorrow/calva/issues/2501)