summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2017-04-03 14:03:21 +0300
committerBozhidar Batsov <bozhidar@batsov.com>2017-04-03 14:03:21 +0300
commit35c18ac8afefecf746fa0a77e930636736cf6541 (patch)
tree1a2f3b06ad73be86140b768b625e092ab67795f6 /CHANGELOG.md
parentea030a5f6614c213cce1558d13909f2cd34c00b9 (diff)
Add a missing . to a changelog entry
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 b6c328c4..ef92290a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -27,7 +27,7 @@
### Bugs Fixed
-* [#1962](https://github.com/clojure-emacs/cider/issues/1962): Fix performance in fringe overlay placement
+* [#1962](https://github.com/clojure-emacs/cider/issues/1962): Fix performance in fringe overlay placement.
* [#1947](https://github.com/clojure-emacs/cider/issues/1947): Fix error on `cider-jack-in` when `enlighten-mode` is enabled.
* [#1588](https://github.com/clojure-emacs/cider/issues/1588): Redirect `*err*`, `java.lang.System/out`, and `java.lang.System/err` to REPL buffer on all attached sessions.
* [#1707](https://github.com/clojure-emacs/cider/issues/1707): Allow to customize line truncating in CIDER's special buffers.