summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorArtur Malabarba <bruce.connor.am@gmail.com>2016-04-07 22:47:10 -0300
committerArtur Malabarba <bruce.connor.am@gmail.com>2016-04-08 11:54:23 -0300
commit02a1cffb1a80306d66a2be10259d87dc71a7079a (patch)
treed4073272d98866c8439e0f84b0fef247cecfcbef /CHANGELOG.md
parent6710bc2b921bd960d38f9f6d6637202d1e5f641c (diff)
Doc buffer splits arglists into several lines
Instead of this: org.httpkit.client/post ([url & [opts callback]] [url & [callback]]) Issues an async HTTP POST request. See `request` for details. We get this: org.httpkit.client/post [url & [opts callback]] [url & [callback]] Issues an async HTTP POST request. See `request` for details.
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 dc6d9c06..00624435 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -31,6 +31,7 @@ an individual test using `C-c C-t t`.
### Changes
+* Doc buffer splits arglists into several lines.
* Changed the face of the words “Macro” and “Special form” in the doc buffer to be easier to see.
* Display multi-line eval overlays at the start of the following line. It looked weird that these overlays started on the middle of a line, but then folded onto the start of following lines.
* [#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`).