summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorReid D McKenzie <me@arrdem.com>2018-04-28 06:58:47 -0700
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2018-04-28 08:58:47 -0500
commitdd836340ba9571b24d9bbccae2336c3f0c22116b (patch)
tree8156d9d09342a8c576fcd64d11d1229870c76dd0 /CHANGELOG.md
parenta2534bfdeb8f574e4fb4cc8b3697be8606f126f3 (diff)
Add support for displaying various images (#2248)
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 e8ea3bbb..414ae81a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,7 @@
### New features
+* [#2248](https://github.com/clojure-emacs/cider/pull/2248): `cider-repl` can now display recognized images in the REPL buffer.
* [#2172](https://github.com/clojure-emacs/cider/pull/2172): Render diffs for expected / actual test results.
* [#2167](https://github.com/clojure-emacs/cider/pull/2167): Add new defcustom `cider-jdk-src-paths`. Configure it to connect stack trace links to Java source code.
* [#2161](https://github.com/clojure-emacs/cider/issues/2161): Add new interactive command `cider-eval-defun-to-point` which is bound to `C-c C-v (C-)z`. It evaluates the current top-level form up to the point.