summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorVitalie Spinu <spinuvit@gmail.com>2016-10-10 09:54:14 +0200
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2016-10-10 18:11:51 +0300
commitf28ebb7156ea382b7e53452fbb27c80143fc03f6 (patch)
treededcc58afea92f340e46f83d5726b2c45473469f /CHANGELOG.md
parent111d9571897f8aafa816c65f97e2eda87ee68b3c (diff)
[Fix #1859] In message log insert large objects on request only
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 99d97103..8e4891c4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -26,6 +26,7 @@ within the scope of your current Emacs session.
* Add option to define exclusions for injected dependecies. Fixes [#1824](https://github.com/clojure-emacs/cider/issues/1824): Can no longer jack-in to an inherited clojure version.
* [#1820](https://github.com/clojure-emacs/cider/issues/1820): Don't try to display eldoc in EDN buffers.
* [#1823](https://github.com/clojure-emacs/cider/issues/1823): Fix column location metadata set by interactive evaluation.
+* [#1859](https://github.com/clojure-emacs/cider/issues/1859): Remove the overhead of nREPL message log.
## 0.13.0 (2016-07-25)