Skip to content

Commit 973f115

Browse files
committed
Update changelog
1 parent 4d0fb65 commit 973f115

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

CHANGELOG.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,25 +44,29 @@
4444
`cider-find-resource` to show results in other window. Additionally, a double prefix argument <kbd>C-u C-u</kbd>
4545
inverts the meaning of `cider-prompt-for-symbol` and shows the results in other window.
4646
* [#1062](https://github.com/clojure-emacs/cider/issues/1062): Added completion candidates to `cider-find-resource`.
47+
* Middleware support for Piggieback 0.2.x.
48+
* In the namespace browser, `d` and `s` are now bound to show the documentation
49+
or the source respectively for the symbol at point.
4750

4851
### Changes
4952

50-
* [#1078] Removed `cider-load-fn-into-repl-buffer`, bound to `C-c M-f` in the repl.
53+
* [#1078](https://github.com/clojure-emacs/cider/issues/1078): Removed
54+
`cider-load-fn-into-repl-buffer`, previously bound to `C-c M-f` in the REPL.
5155
* [#1019](https://github.com/clojure-emacs/cider/pull/1019):
52-
<kbd>C-u C-M-x</kbd> no longer does `eval-defun`+print-result. Instead it debugs the form at point.
56+
`<kbd>C-u C-M-x</kbd>` no longer does `eval-defun`+print-result. Instead it debugs the form at point.
5357
* [#854](https://github.com/clojure-emacs/cider/pull/854): Error navigation now
5458
favors line information reported by the stacktrace, being more detailed than
5559
the info reported by `info` middleware.
5660
* [#854](https://github.com/clojure-emacs/cider/pull/854): Add `nrepl-dict` constructor.
5761
* [#934](https://github.com/clojure-emacs/cider/issues/934): Remove
5862
`cider-turn-on-eldoc-mode` in favor of simply using `eldoc-mode`.
59-
* [#953](https://github.com/clojure-emacs/cider/pull/953): Use `sshx` instead of `ssh` in `cider-select-endpoint`
63+
* [#953](https://github.com/clojure-emacs/cider/pull/953): Use `sshx` instead of `ssh` in `cider-select-endpoint`.
6064
* [#956](https://github.com/clojure-emacs/cider/pull/956): Eval full ns form only when needed.
6165
* Enable annotated completion candidates by default.
6266
* [#1031](https://github.com/clojure-emacs/cider/pull/1031): Interactive functions prompt with
63-
symbol at point as a default value.
64-
* Remapped `cider-grimoire` to <kbd>C-c C-d r</kbd> & <kbd>C-c C-d C-r</kbd> to avoid
65-
conflicts with `<kbd>C-g</kbd>`.
67+
symbol at point as a default value.
68+
* Remapped `cider-grimoire` to `<kbd>C-c C-d r</kbd>` & `<kbd>C-c C-d C-r</kbd>`
69+
to avoid conflicts with `<kbd>C-g</kbd>`.
6670

6771
### Bugs fixed
6872

@@ -83,6 +87,7 @@ when in buffer that's not visiting a file (e.g. a REPL buffer).
8387
* [#1026](https://github.com/clojure-emacs/cider/issues/1026): The full `(ns ...)` form for the current buffer is now sent with all source-tracking eval requests, to fix ClojureScript compatibility.
8488
* [#1033](https://github.com/clojure-emacs/cider/issues/1033): Removed erroneous underlining from stacktrace frames and disabled frame filters in the error buffer.
8589
* The error buffer no longer pops up when there is no error to display.
90+
* `cider-find-resource` now correctly throws an error when no path is provided.
8691

8792
## 0.8.2 / 2014-12-21
8893

0 commit comments

Comments
 (0)