summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorVitalie Spinu <spinuvit@gmail.com>2018-07-28 19:52:00 +0200
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2018-07-29 12:11:54 +0300
commit26736453594d220ae8cd011a671dd3c9780139b6 (patch)
tree5611b44ef1f3e3accbca3e6eb08d14804293ec09 /CHANGELOG.md
parentb8ae80c27e1e12e0a481009c0956a839d9a04d4d (diff)
Implement a flexible way to customize session names
- new `cider-session-name-template` - new `cider-format-connection-params`
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 35fd572d..504e3cc8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,7 @@
### New features
+* Add new `cider-session-name-template` variable for flexible customization of cider session and REPL buffer names.
* Bind `C-c M-r` to `cider-restart`.
* Add new `cider-start-map` keymap (`C-c C-x`) for jack-in and connection commands.
* Add new `cider-ns-map` keymap (`C-c M-n`) for namespace related functionality.