Skip to content

Commit c3b039e

Browse files
committed
Tweak the changelog
1 parent 9146525 commit c3b039e

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,13 @@
77
### New features
88

99
* Adopt the modern indent spec tuple format (`((:block N))`, `((:inner D))`, `((:inner D I))`) shared with `clojure-ts-mode` and `cljfmt`. The legacy format (integers, `:defn`, positional lists) is still accepted but will be removed in clojure-mode 6.
10-
* Add `clojure-get-indent-spec` public API for retrieving indent specs in the modern format.
11-
* `put-clojure-indent` and `define-clojure-indent` now accept both modern and legacy indent specs.
10+
* Add `clojure-get-indent-spec` public API for retrieving indent specs in the modern format.
11+
* `put-clojure-indent` and `define-clojure-indent` now accept both modern and legacy indent specs.
1212

1313
### Changes
1414

1515
* Convert all built-in `define-clojure-indent` specs to the modern tuple format.
16-
* Improve documentation for the backtracking indentation mechanism in the README and docstrings.
17-
* Drop the `s.el` test dependency (replaced `s-index-of` with `cl-position`).
1816
* Migrate CI from CircleCI to GitHub Actions.
19-
* Test on Emacs 30.1 for macOS and Windows (previously 29.4).
2017

2118
### Bugs fixed
2219

0 commit comments

Comments
 (0)