Skip to content

Commit f2b198e

Browse files
committed
Add a bunch of missing : in various changelog entries
1 parent ff6b73c commit f2b198e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
* [#2004](https://github.com/clojure-emacs/cider/issues/2004), [#2039](https://github.com/clojure-emacs/cider/issues/2039), [cider-nrepl#420](https://github.com/clojure-emacs/cider-nrepl/issues/420): Fix namespace issues in instrumentation and debugging commands.
1212
* Project-Only stacktrace filter: hide all other tags when viewing project-only stacktrace.
1313
* Fix interactive evaluation in cljc buffers with only one connection.
14-
* [#2058](https://github.com/clojure-emacs/cider/pull/2058) Don't cache ns-forms in buffers with no such forms.
15-
* [#2057](https://github.com/clojure-emacs/cider/pull/2057) Use `cider--font-lock-ensure` for compatibility with Emacs 24.5.
14+
* [#2058](https://github.com/clojure-emacs/cider/pull/2058): Don't cache ns-forms in buffers with no such forms.
15+
* [#2057](https://github.com/clojure-emacs/cider/pull/2057): Use `cider--font-lock-ensure` for compatibility with Emacs 24.5.
1616

1717
## 0.15.0 (2017-07-20)
1818

1919
### New Features
2020

21-
* [#2050](https://github.com/clojure-emacs/cider/pull/2050) Use `view-mode` for `cider-grimoire` buffers
21+
* [#2050](https://github.com/clojure-emacs/cider/pull/2050): Use `view-mode` for `cider-grimoire` buffers
2222
* Make stacktraces and other location references in REPL clickable.
2323
* Highlight root namespace in REPL stacktraces.
2424
* Filter stacktrace to just frames from your project.

0 commit comments

Comments
 (0)