Skip to content

Commit

Permalink
Tweak changelog entries
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed Mar 3, 2024
1 parent 975b3a2 commit 82eb1d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@

### Bugs fixed

* Fix `clojure-align` when called from `clojure-ts-mode` major mode buffers
* Fix `clojure-align` when called from `clojure-ts-mode` major mode buffers.

### Bugs fixed

* [#671](https://github.com/clojure-emacs/clojure-mode/issues/671): Syntax highlighting for digits after the first in % args
* [#671](https://github.com/clojure-emacs/clojure-mode/issues/671): Syntax highlighting for digits after the first in `%` args. (e.g. `%10`)

# Changes

Expand All @@ -30,7 +30,7 @@

### Changes

* Declare indentation for the `async` ClojureScript macro.
* Declare indentation for the `async` ClojureScript macro.

## 5.17.0 (2023-09-11)

Expand Down

0 comments on commit 82eb1d8

Please sign in to comment.