branch: elpa/clojure-mode
commit c339353f9e649b3af084f1bb6ce759e614a2f243
Author: vemv <[email protected]>
Commit: vemv <[email protected]>

    Fix a misplaced changelog entry
    
    See 
https://github.com/clojure-emacs/clojure-mode/commit/76b6df0f398678570cf70bcf809d2c3af2ff7f64#commitcomment-68145677
---
 CHANGELOG.md | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 88e7ab0970..8f6104f179 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -14,6 +14,10 @@
 
 * [#604](https://github.com/clojure-emacs/clojure-mode/pull/604): Add `bb` 
(babashka) to `interpreter-mode-alist`.
 
+### Bugs fixed
+
+* [#608](https://github.com/clojure-emacs/clojure-mode/issues/608) Fix 
alignment issue involving margin comments at the end of nested forms.
+
 ## 5.13.0 (2021-05-05)
 
 ### New features
@@ -26,7 +30,6 @@
 
 * [#588](https://github.com/clojure-emacs/clojure-mode/pull/588): Fix 
font-lock for character literals.
 * Stop `clojure-sort-ns` from calling `redisplay`.
-* [#608](https://github.com/clojure-emacs/clojure-mode/issues/608) Fix 
alignment issue involving margin comments at the end of nested forms.
 
 ### Changes
 

Reply via email to