summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorTianxiang Xiong <tianxiang.xiong@gmail.com>2017-07-20 09:51:06 -0700
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2017-07-22 07:33:00 +0300
commit9773544cffa7a7bedf131152ade88d7137f20182 (patch)
tree0feb73da61f4cd6ae5039f4c6ba51f06cbc87869 /CHANGELOG.md
parente503f5628ef98bd768f08c698863e8e33a7af3b4 (diff)
Use `cider--font-lock-ensure` for compatibility with Emacs 24.5
Fixes #2056.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5f3c71f3..8499c025 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,14 @@
## master (unreleased)
+### New Features
+
+### Changes
+
+### Bugs Fixed
+
+* [#2057](https://github.com/clojure-emacs/cider/pull/2057) Use `cider--font-lock-ensure` for compatibility with Emacs 24.5.
+
## 0.15.0 (2017-07-20)
### New Features