summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorArtur Malabarba <bruce.connor.am@gmail.com>2016-01-08 13:38:45 +0000
committerArtur Malabarba <bruce.connor.am@gmail.com>2016-01-15 23:21:31 +0000
commitbfd519d498e93c8a8b2c466e11f877939aa17131 (patch)
tree9877555687308f70f1f792066e54c53b39b064b7 /CHANGELOG.md
parent91061afb77f241ba4f866c653d3e9ed49bf0bc5c (diff)
[Fix #1456] Don't font-lock buffer if font-lock-mode is OFF
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 df4f33d6..43ac7188 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -28,6 +28,7 @@ and try to associate the created connection with this project automatically.
### Bugs fixed
* [#1450](https://github.com/clojure-emacs/cider/pull/1450): Fix an error in `cider-restart` caused by a reference to a killed buffer.
+* [#1456](https://github.com/clojure-emacs/cider/issues/1456): Don't font-lock buffer if font-lock-mode is OFF.
* [#1459](https://github.com/clojure-emacs/cider/issues/1459): Add support for dynamic dispatch in scratch buffers.
* [#1466](https://github.com/clojure-emacs/cider/issues/1466): Correctly font-lock pretty-printed results in the REPL.
* [#1475](https://github.com/clojure-emacs/cider/pull/1475): Fix `args-out-of-range` error in `cider--get-symbol-indent`.