summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar.batsov@gmail.com>2016-02-02 10:14:35 +0200
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2016-02-02 10:14:35 +0200
commit5684cff36f9087b1d3d635fe5c2b06d66be5712c (patch)
tree249b90cea4434a4d080b88689771336b445fc1b7 /CHANGELOG.md
parent98320460f894f96e026029eb0bc9b55b90606836 (diff)
parentc22f883d93b71f4c620e07c3ebbd7803c40a3b9d (diff)
Merge pull request #1536 from phillord/feature/eval-to-comment
Add `cider-eval-defun-to-comment` command.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 017fe40c..4e7a2707 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,7 +4,8 @@
### New features
-* Change default value of `cider-overlays-use-font-lock` to `t`. Unlike before, a value of `t`, causes `cider-result-overlay-face` is to be prepended to the font-lock faces (instead of just not being used).
+* [#1169](https://github.com/clojure-emacs/cider/pull/1169): New command `cider-eval-defun-to-comment`.
+* Change default value of `cider-overlays-use-font-lock` to `t`. Unlike before, a value of `t`, causes `cider-result-overlay-face` is to be prepended to the font-lock faces (instead of just not being used).
* `cider-result-overlay-face` default value changed to a background and a box, so it can be prepended to other faces without overriding the foreground.
* [#1518](https://github.com/clojure-emacs/cider/pull/1518): Add `cider-dynamic-indentation` defcustom, to disable dynamic indent functionality.
* Font-lock traced vars.