summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@tradeo.com>2013-09-28 20:49:52 +0300
committerBozhidar Batsov <bozhidar@tradeo.com>2013-09-28 20:49:52 +0300
commit39568a7b3b0d65d9f12dbee5a11376fb9b7abece (patch)
tree62a9cb8a50750603c6c58c80871bced4f9887d12 /CHANGELOG.md
parentf0ea91d92765ba3fe316cc63d3a79c2d24dc6611 (diff)
[Fix #377] Mention that 0.2.0 requires Clojure 1.5
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md15
1 files changed, 11 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1e7a39fa..38dd4920 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,20 +2,27 @@
## 0.2.0
+### New features
+
* <kbd>C-c M-d</kbd> will display current nREPL connection details.
* <kbd>C-c M-r</kbd> will rotate and display the current nREPL connection.
-* Setting the variable `nrepl-buffer-name-show-port` will display the port on which the nRepl server is running.
-* nRepl buffer name uses project directory name; `*nrepl*` will appear as `*nrepl project-directory-name*`.
-* nRepl connection buffer name uses project directory name; `*nrepl-connection*` will appear as `*nrepl-connection project-directory-name*`.
-* nRepl server buffer name uses project directory name; `*nrepl-server*` will appear as `*nrepl-server project-directory-name*`.
+* Setting the variable `nrepl-buffer-name-show-port` will display the port on which the nREPL server is running.
+* The REPL buffer name uses project directory name; `*nrepl*` will appear as `*nrepl project-directory-name*`.
+* The nREPL connection buffer name uses project directory name; `*nrepl-connection*` will appear as `*nrepl-connection project-directory-name*`.
+* nREPL server buffer name uses project directory name; `*nrepl-server*` will appear as `*nrepl-server project-directory-name*`.
* <kbd>C-c C-Z</kbd> will select the nrepl buffer based on the current namespace.
* <kbd>C-u C-c C-Z</kbd> will select the nrepl buffer based on a user project directory prompt.
* Bind <kbd>C-c C-q</kbd> to `nrepl-quit`
+### Changes
+
+* Drop support for Clojure 1.4
+
### Bugs fixed
* <kbd>C-c M-s</kbd> (`nrepl-selector`) was bound to non-existing symbol.
* Fix indentation in REPL buffers.
+* Fix `nrepl-doc` on Clojure 1.5
## 0.1.8 / 2013-08-08