summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorTianxiang Xiong <tianxiang.xiong@gmail.com>2017-12-11 00:03:23 -0800
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2017-12-13 19:06:48 +0000
commit8cd76482bbac1e1c850c74f0123b5d929fa444e2 (patch)
tree7b848bc4ca00f24373bac2d264927a87b872ec43 /CHANGELOG.md
parentbd051f2f2abf15d6f02f53d3452a79644e30538e (diff)
Improve point restoration of `cider--format-buffer`
Fix #2126 Also make `cider--format-region` the base format function and reduce duplication in others, like `cider--format-buffer`.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5606bdb7..7e853e02 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,7 +13,7 @@
* [cider-nrepl#438](https://github.com/clojure-emacs/cider-nrepl/pull/438): Improve startup time by deferring loading CIDER's middleware until the first usage.
* [#2078](https://github.com/clojure-emacs/cider/pull/2078): Improve startup time by bundling together sync requests during startup.
* `cider-rotate-default-connection` will warn if you use it with only a single active connection.
-* `cider-format-buffer` preserves the point position.
+* `cider-format-buffer` tries to preserve the point position.
### Bugs Fixed