summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2016-03-26 10:55:10 +0200
committerBozhidar Batsov <bozhidar@batsov.com>2016-03-26 10:55:10 +0200
commitac631ce074e85336b97dfc2bed612e93c05d61d9 (patch)
tree799fbd772e1fd98ed585e693f133700f9b4bcceb /CHANGELOG.md
parentf3ef2fc0b7e648f9a706249f37d885b5672bdf1d (diff)
Remove the warning about missing nREPL ops
It caused a lot of confusion and we're better off without it. All functions that rely on middleware have op checks anyways, so the users are going to know when some op is not supported.
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 549ee698..5ab877be 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -22,6 +22,7 @@ an individual test using `C-c C-t t`.
### Changes
* [#1627](https://github.com/clojure-emacs/cider/issues/1627): Align the terminology used by `cider-test` with the one used by lein and boot (use the terms `assertion` and `test`).
+* Remove the warning about missing nREPl ops.
## 0.11.0 / 2016-03-03