Skip to content

Commit ca4a5fe

Browse files
committed
Fix broken headings
1 parent 9aea519 commit ca4a5fe

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
@@ -4,7 +4,7 @@
44

55
## 0.45.0 (2024-01-14)
66

7-
## Changes
7+
### Changes
88

99
* Bump `orchard` to [0.22.0](https://github.com/clojure-emacs/orchard/blob/v0.22.0/CHANGELOG.md#0220-2024-01-14).
1010
* Bump `logjam` to [0.2.0](https://github.com/clojure-emacs/logjam/blob/v0.2.0/CHANGELOG.md#020-2024-01-04).
@@ -16,11 +16,11 @@
1616

1717
## 0.44.0 (2023-11-24)
1818

19-
## New features
19+
### New features
2020

2121
* Add `inspect-tap-indexed` op.
2222

23-
## Changes
23+
### Changes
2424

2525
* `middleware.inspect:` warm up Orchard info for a value's class implemented interfaces in advance.
2626
* Can speed up navigation.
@@ -84,7 +84,7 @@
8484
### Changes
8585

8686
* `track-state`: include var info for macros defined for ClojureScript namespaces.
87-
* e.g. for `foo.cljs`, now var info for any macros contained in `foo.clj` is also included.
87+
* e.g. for `foo.cljs`, now var info for any macros contained in `foo.clj` is also included.
8888

8989
## 0.39.1 (2023-10-12)
9090

@@ -155,7 +155,7 @@
155155
* Make the `track-state` middleware invokeable directly, by requesting the new `"cider/get-state"` op.
156156
* This makes it possible to access `:changed-namespaces` info on demand, which can be necessary for:
157157
* non-Piggieback based clojurescript repls
158-
* re-computing the ns info responding to external (non-nREPL triggered) events.
158+
* re-computing the ns info responding to external (non-nREPL triggered) events.
159159

160160
### Changes
161161

@@ -187,7 +187,7 @@
187187
### New features
188188

189189
* [#773](https://github.com/clojure-emacs/cider-nrepl/pull/773) Add middleware to capture, debug, inspect and view log events emitted by Java logging frameworks.
190-
* [#755](https://github.com/clojure-emacs/cider-nrepl/pull/755) `middleware.test`: now timing information is returned at var and ns level under the `:ms`/`:humanized` keys.
190+
* [#755](https://github.com/clojure-emacs/cider-nrepl/pull/755) `middleware.test`: now timing information is returned at var and ns level under the `:ms`/`:humanized` keys.
191191
* `middleware.test`: only include `:diff` data when the expected/actual mismatch is deemed diffable.
192192
* i.e., maps, sets and sequences are diffable, scalar values are not.
193193
* [#709](https://github.com/clojure-emacs/cider-nrepl/pull/709) `middleware.test`: offer fail-fast functionality.

0 commit comments

Comments
 (0)