You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
3
3
## master (unreleased)
4
4
5
+
## 5.7.0 (2018-04-29)
6
+
5
7
### New features
6
8
7
9
* Add imenu support for multimethods.
@@ -17,6 +19,7 @@
17
19
### Changes
18
20
19
21
* Drop support for CLJX.
22
+
* Remove special font-locking of Java interop methods & constants: There is no semantic distinction between interop methods, constants and global vars in Clojure.
20
23
21
24
### Bugs fixed
22
25
@@ -28,7 +31,6 @@
28
31
*[#429](https://github.com/clojure-emacs/clojure-mode/issues/429): Fix a bug causing last occurrence of expression sometimes is not replaced when using `move-to-let`.
29
32
*[#423](https://github.com/clojure-emacs/clojure-mode/issues/423): Make `clojure-match-next-def` more robust against zero-arity def-like forms.
30
33
*[#451](https://github.com/clojure-emacs/clojure-mode/issues/451): Make project root directory calculation customized by `clojure-project-root-function`.
31
-
* Stop distinctive font-locking of java interop methods & constants: There is no semantic distinction between interop methods, constants and global vars in clojure.
32
34
* Fix namespace font-locking: namespaces may also contain non alphanumeric chars.
0 commit comments