summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2018-07-11 18:04:56 +0300
committerBozhidar Batsov <bozhidar@batsov.com>2018-07-11 18:04:56 +0300
commitf1a0f6b0aa203ac7a8c9861013bda7309c319325 (patch)
tree944d545d1a9a0c03dd26eb75c6c88745d06a8fff /CHANGELOG.md
parent2c6df2b462e4ad4dd332bb87a0f8cefdb181d890 (diff)
Use a better notation for the breaking changes
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 84121bd0..22344aba 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -26,15 +26,15 @@
### Changes
-* **Breaking** Bump the minimum required Emacs version to 25.1.
-* **Breaking** 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).
+* **(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)