summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@tradeo.com>2014-09-03 19:08:00 +0300
committerBozhidar Batsov <bozhidar@tradeo.com>2014-09-03 19:08:00 +0300
commit1efc9fa7df279c150e8b04f0396a2313bc6d60e5 (patch)
tree0131f430facbd80e975830b8010863e6e9af734e /CHANGELOG.md
parent95926e61ee74d0a24e637d0c88ff9b36dab93bc0 (diff)
[Fix #772] Don't read Clojure results as Emacs Lisp code
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3c3d7f09..df530f78 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -60,7 +60,9 @@ original position when clearing or highlighting test results.
* [#744](https://github.com/clojure-emacs/cider/issues/744): Fix the ability to customize the
lein command invoked by `cider-jack-in`.
* [#752](https://github.com/clojure-emacs/cider/issues/752): Don't assume
- `clojure.core/let` is always available as `let`.
+`clojure.core/let` is always available as `let`.
+* [#772](https://github.com/clojure-emacs/cider/issues/772): Don't try to read Clojure results as
+Emacs Lisp code.
## 0.7.0 / 2014-08-05