summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorArtur Malabarba <bruce.connor.am@gmail.com>2015-10-19 15:17:51 +0100
committerArtur Malabarba <bruce.connor.am@gmail.com>2015-10-19 15:33:22 +0100
commitc8fb6959657937cb3c55b479340ce24274e7ea2c (patch)
tree15208376f43d70c6b10f9eddff9d1a86c1e7f9cd /CHANGELOG.md
parentcb47d71f8aa80f3b9aab9ef8ecb8d8a938790a08 (diff)
[Fix #1371] Font-lock deprecated vars with a background color
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 14fd5253..10320770 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,7 @@
### New features
+* [#1371](https://github.com/clojure-emacs/cider/issues/1371): Font-lock deprecated vars with a background color.
* [#1232](https://github.com/clojure-emacs/cider/pull/1232): Add `cider-load-buffer-and-switch-to-repl-buffer`.
* [#1325](https://github.com/clojure-emacs/cider/issues/1325): Jump to error location when clicking on the error message in the stack-trace pop-up.
* [#1301](https://github.com/clojure-emacs/cider/issues/1301): CIDER can do dynamic font-locking of defined variables, functions, and macros. This is controlled by the `cider-font-lock-dynamically` custom option.