summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorUstun Ozgur <ustun@ustunozgur.com>2017-05-09 11:21:35 +0300
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2017-05-09 12:08:49 +0300
commitd84b8a8ba77cd685b3a4bc474b1928461cc86bf3 (patch)
tree024a9d347681d9a1356b0ec609a2ffa0324a1c88 /CHANGELOG.md
parentea233297492c6b4bacf1780e2243cd02c6d80ee7 (diff)
Update various faces when a theme is disabled
Previously, we were only updating faces when we enable themes.
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 30169e44..587ccfa7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -29,6 +29,7 @@
### Bugs Fixed
+* [#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.
* [#1947](https://github.com/clojure-emacs/cider/issues/1947): Fix error on `cider-jack-in` when `enlighten-mode` is enabled.
* [#1588](https://github.com/clojure-emacs/cider/issues/1588): Redirect `*err*`, `java.lang.System/out`, and `java.lang.System/err` to REPL buffer on all attached sessions.