summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2016-02-07 16:47:41 +0200
committerBozhidar Batsov <bozhidar@batsov.com>2016-02-07 16:47:41 +0200
commit515e265af1b88408816e86d81b7a2b7b0e674f8e (patch)
tree77e15cdaf6e7d38a7c37b9310714dfb3616ae8ea /CHANGELOG.md
parent9eea6b84e3c34070558bc3fc744b26e6cda216af (diff)
Mention the cider-test keybindings availability in the REPL in the changelog
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 35e8db17..5150e770 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -30,6 +30,7 @@ and try to associate the created connection with this project automatically.
* Give test commands their own keybinding prefix (`C-c C-t`). Use both single-key and
`Control` + letter mnemonics for these commands (as for the documentation
commands).
+* `cider-test` commands now have keybindings in `cider-repl-mode`. The keybindings are exactly the same as those in `cider-mode`.
### Bugs fixed