summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorVitalie Spinu <spinuvit@gmail.com>2017-06-29 10:06:38 +0200
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2017-06-29 10:06:38 +0200
commitbe019aa9ecdf8e04dab6a11ca518cb5e40e14689 (patch)
tree4f7225f92ed1e5a9a3253539503a3a1cf1d9e9f6 /CHANGELOG.md
parent55a579f56a05d945e6ce5764002d2cadafa581eb (diff)
[Fix #2018] Don't delete wrong overlays after eval (#2020)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 75e29cc8..93793bdb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -36,6 +36,7 @@
### Bugs Fixed
+* [#2018](https://github.com/clojure-emacs/cider/issues/2018): Don't delete wrong overlays during code evaluation.
* [#1699](https://github.com/clojure-emacs/cider/issues/1699): Fix "Method code too large!" error that occurred during instrumentation for debugging.
* [#1987](https://github.com/clojure-emacs/cider/issues/1987): Fix: Update faces when disabling a theme
* [#1962](https://github.com/clojure-emacs/cider/issues/1962): Fix performance in fringe overlay placement.