summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2018-07-11 18:03:34 +0300
committerBozhidar Batsov <bozhidar@batsov.com>2018-07-11 18:03:34 +0300
commit2c6df2b462e4ad4dd332bb87a0f8cefdb181d890 (patch)
tree49dc681db47a99a32ea89b2b9e5b95990bd098b3 /CHANGELOG.md
parent7abc2c05c279058db4cae23ade6476472e671412 (diff)
Mark major breaking changes in the changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8fe80564..84121bd0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -26,13 +26,15 @@
### Changes
-* Bump the minimum required Emacs version to 25.1.
-* Drop support for Java 7 and Clojure(Script) 1.7.
+* **Breaking** Bump the minimum required Emacs version to 25.1.
+* **Breaking** Drop support for Java 7 and Clojure(Script) 1.7.
* Rename `cider-eval-defun-to-point` to `cider-eval-defun-up-to-point`.
* Add support for printing to the current buffer to `cider-eval-defun-up-to-point`.
* Remove `cider-ping` command.
* Remove `cider-visit-error-buffer` in favour of using `cider-selector`.
* Rename `cider-refresh` to `cider-ns-refresh` (and all the related defcustoms).
+* **Breaking** Rewrote connection management (see http://docs.cider.mx/en/latest/managing_connections/ for details).
+* **Breaking** `cider-jack-in-clojurescript` now creates only a ClojureScript REPL (use `cider-jack-in-clj&cljs` to create both REPLs).
## 0.17.0 (2018-05-07)