summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorVitalie Spinu <spinuvit@gmail.com>2017-07-31 10:48:05 +0200
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2017-08-29 19:41:44 +0300
commit595e8a7f321a746642fc368ac928d07f37656774 (patch)
treec2e6b36c9bebb2f083be011fbcdd29bf2b428899 /CHANGELOG.md
parentcb87da4e73c92abed744d3488311a1cb3d980476 (diff)
[Fix #2045] *cider-scratch* is no longer an ancillary buffer
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0a227ad8..625b8d13 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,8 @@
### Changes
+* [#2045](https://github.com/clojure-emacs/cider/issues/2045) `*cider-scratch*` buffers are no longer automatically killed on connection quit.
+
### Bugs Fixed
* [#2004](https://github.com/clojure-emacs/cider/issues/2004), [#2039](https://github.com/clojure-emacs/cider/issues/2039), [cider-nrepl#420](https://github.com/clojure-emacs/cider-nrepl/issues/420): Fix namespace issues in instrumentation and debugging commands.