summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2015-11-03 19:21:45 +0200
committerBozhidar Batsov <bozhidar@batsov.com>2015-11-03 19:21:45 +0200
commita4b34d8c361f087c6b726166310930f0cb973a0a (patch)
tree95b4a9a1077d7db92f26a05ca51366cee861ce21 /CHANGELOG.md
parentda1ca340f1e9ac8eb5ba40b61f0907830e30ff78 (diff)
[Fix #1392] Track definitions made in the REPL
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 8351fe3d..f9adcc41 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -42,6 +42,7 @@
* [#1328](https://github.com/clojure-emacs/cider/issues/1328): Auto-scroll the `*nrepl-server*` buffer on new output.
* [#1300](https://github.com/clojure-emacs/cider/issues/1300): Add the ability to replicate an existing connection with `cider-replicate-connection`.
* [#1330](https://github.com/clojure-emacs/cider/issues/1330): Leverage nREPL 0.2.11's source-tracking feature.
+* [#1392](https://github.com/clojure-emacs/cider/issues/1392): Track definitions made in the REPL.
### Changes