We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7d08b8 commit c339353Copy full SHA for c339353
CHANGELOG.md
@@ -14,6 +14,10 @@
14
15
* [#604](https://github.com/clojure-emacs/clojure-mode/pull/604): Add `bb` (babashka) to `interpreter-mode-alist`.
16
17
+### Bugs fixed
18
+
19
+* [#608](https://github.com/clojure-emacs/clojure-mode/issues/608) Fix alignment issue involving margin comments at the end of nested forms.
20
21
## 5.13.0 (2021-05-05)
22
23
### New features
@@ -26,7 +30,6 @@
26
30
27
31
* [#588](https://github.com/clojure-emacs/clojure-mode/pull/588): Fix font-lock for character literals.
28
32
* Stop `clojure-sort-ns` from calling `redisplay`.
29
-* [#608](https://github.com/clojure-emacs/clojure-mode/issues/608) Fix alignment issue involving margin comments at the end of nested forms.
33
34
### Changes
35
0 commit comments