From 2ebe23e4194bad60d39d2d9fd8a644ee714a000a Mon Sep 17 00:00:00 2001 From: Brandon Ringe Date: Thu, 28 Jan 2021 15:39:04 -0800 Subject: [PATCH] Update changelog. Fix #976 Fix #969 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b5d38dc2..85c1bedcf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ Changes to Calva. ## [Unreleased] +- Fix: [Debug instrumentation decoration not working correctly anymore on Windows](https://github.com/BetterThanTomorrow/calva/issues/969) +- Fix: [Debugger decorations issues](https://github.com/BetterThanTomorrow/calva/issues/976) ## [2.0.155] - 2021-01-27 - [Make command palette show alt+enter shortcut variant instead of enter for evaluating top level form](https://github.com/BetterThanTomorrow/calva/issues/989)