Skip to content

Commit 2d5bcf5

Browse files
committed
Update the changelog
1 parent 88c78bf commit 2d5bcf5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@
44

55
### New features
66

7+
* Recognize Gradle projects using the new Kotlin DSL (`build.gradle.kts`).
78
* [#481](https://github.com/clojure-emacs/clojure-mode/issues/481): Support vertical alignment even in the presence of blank lines, with the new `clojure-align-separator` user option.
89
* [#483](https://github.com/clojure-emacs/clojure-mode/issues/483): Support alignment for reader conditionals, with the new `clojure-align-reader-conditionals` user option.
910
* [#497](https://github.com/clojure-emacs/clojure-mode/pull/497) Indent "let", "when" and "while" as function form if not at start of a symbol
1011

1112
### Bugs fixed
1213

13-
* [#489](https://github.com/clojure-emacs/clojure-mode/issues/489) Inserting parens before comment form doesn't move point
14+
* [#489](https://github.com/clojure-emacs/clojure-mode/issues/489): Inserting parens before comment form doesn't move point.
15+
* [#500](https://github.com/clojure-emacs/clojure-mode/pull/500): Fix project.el integration.
1416

1517
## 5.9.1 (2018-08-27)
1618

0 commit comments

Comments
 (0)