summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2018-07-19 15:42:03 +0300
committerBozhidar Batsov <bozhidar@batsov.com>2018-07-19 15:42:03 +0300
commit4b7aea3523fb91e8172dfdd538b01da8c0d7686f (patch)
tree81a2c2fef212b5d5117c93410845ddeaad9c8600 /CHANGELOG.md
parentdbe38a70d714e588db046be2e5594436421a294d (diff)
[#2357] Support both keywords and strings as test selectors
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 8fff9b61..be0cec30 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -40,6 +40,7 @@
* 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).
+* [#2357](https://github.com/clojure-emacs/cider/issues/2357): Support both keywords and strings as test selectors (previously it was only strings).
## 0.17.0 (2018-05-07)