summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorAnatoly Smolyaninov <zarkone@ya.ru>2015-08-15 20:53:18 +0600
committerAnatoly Smolyaninov <zarkone@ya.ru>2015-08-15 20:59:41 +0600
commitd19ad85f8af833e82f91df5624765d3cc3fb235e (patch)
treef1e5ce1314a9cace517e66b4c54e84a320827e4c /CHANGELOG.md
parentcfbe137eabf9b3fa320341fa577ddf8ffbd05dcf (diff)
[Fix #1197] Display some indication that we're waiting for a result for long-running evaluations
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 e9ad270a..a9580dde 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,7 @@
### New features
+* [#1197](https://github.com/clojure-emacs/cider/issues/1197): Display some indication that we're waiting for a result for long-running evaluations.
* [#1127](https://github.com/clojure-emacs/cider/issues/1127): Make it possible to associate a buffer with a connection (via `cider-assoc-buffer-with-connection`).
* [#1217](https://github.com/clojure-emacs/cider/issues/1217): Add new command `cider-assoc-project-with-connection` to associate a project directory with a connection.
* [#1248](https://github.com/clojure-emacs/cider/pull/1248): Add <kbd>TAB</kbd> and <kbd>RET</kbd> keys to the test-report buffer.