Skip to content

Commit f54101f

Browse files
committed
Prefer dashes over stars for bullet points
Should have done this a long time ago.
1 parent de51a0b commit f54101f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111

1212
## Changes
1313

14-
* Upgrade clojure-mode to [5.15.1](https://github.com/clojure-emacs/clojure-mode/blob/v5.15.1/CHANGELOG.md).
15-
* Upgrade injected `cider-nrepl` to [0.28.5](https://github.com/clojure-emacs/cider-nrepl/releases/tag/v0.28.5).
16-
* [#3200](https://github.com/clojure-emacs/cider/issues/3200): Improve cider-browse-ns interface to allow selective hiding of var types as well as grouping options. Include private vars in result list.
17-
* Changed default `cider-gradle-command` to `./gradlew` to use the Gradle wrapper.
18-
* Changed default `cider-gradle-global-options` to `""` (empty, formerly `--no-daemon`).
14+
- Upgrade clojure-mode to [5.15.1](https://github.com/clojure-emacs/clojure-mode/blob/v5.15.1/CHANGELOG.md).
15+
- Upgrade injected `cider-nrepl` to [0.28.5](https://github.com/clojure-emacs/cider-nrepl/releases/tag/v0.28.5).
16+
- [#3200](https://github.com/clojure-emacs/cider/issues/3200): Improve cider-browse-ns interface to allow selective hiding of var types as well as grouping options. Include private vars in result list.
17+
- Changed default `cider-gradle-command` to `./gradlew` to use the Gradle wrapper.
18+
- Changed default `cider-gradle-global-options` to `""` (empty, formerly `--no-daemon`).
1919

2020
### Bugs fixed
2121

22-
* [#3235](https://github.com/clojure-emacs/cider/issues/3235): Check `name` is a TRAMP file in `cider--client-tramp-filename` via `tramp-tramp-file-p`.
22+
- [#3235](https://github.com/clojure-emacs/cider/issues/3235): Check `name` is a TRAMP file in `cider--client-tramp-filename` via `tramp-tramp-file-p`.
2323
- [#3234](https://github.com/clojure-emacs/cider/pull/3234): Autocomplete multiple available ports on nREPL connect.
2424

2525
## 1.4.1 (2022-05-25)

0 commit comments

Comments
 (0)