branch: elpa/clojure-mode
commit 765c53a8c7b6fddadb942ca6ca15f55ef955a37f
Author: Bozhidar Batsov <[email protected]>
Commit: Bozhidar Batsov <[email protected]>
Fix heading level for Changes section under 5.19.0 in CHANGELOG
---
CHANGELOG.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a087dbc121..e61101a5ed 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -38,7 +38,7 @@
* [#671](https://github.com/clojure-emacs/clojure-mode/issues/671): Syntax
highlighting for digits after the first in `%` args. (e.g. `%10`)
* [#680](https://github.com/clojure-emacs/clojure-mode/issues/680): Change
syntax class of ASCII control characters to punctuation, fixing situations
where carriage returns were being interpreted as symbols.
-# Changes
+### Changes
* [#675](https://github.com/clojure-emacs/clojure-mode/issues/675): Add `.lpy`
to the list of known Clojure file extensions.