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
+7-3
Original file line number
Diff line number
Diff line change
@@ -2,20 +2,24 @@
2
2
3
3
## master (unreleased)
4
4
5
+
## 5.0.0 (30/10/2015)
6
+
5
7
### New features
6
8
7
9
*[#302](https://github.com/clojure-emacs/clojure-mode/pull/302): Add new sexp navigation commands. `clojure-forward-logical-sexp` and `clojure-backward-logical-sexp` consider `^hints` and `#reader.macros` to be part of the sexp that follows them.
8
10
*[#303](https://github.com/clojure-emacs/clojure-mode/issues/303): Handle `boot` projects in `clojure-expected-ns`.
9
11
* Added dedicated modes for ClojureScript, ClojureC and ClojureX. All of them are derived from `clojure-mode`.
12
+
* Added support for Gradle projects.
13
+
* Vastly improved indentation engine.
14
+
* Added support for reader conditionals.
15
+
* Improved font-locking of namespaced symbols.
10
16
11
17
### Bugs fixed
12
18
13
19
*[#310](https://github.com/clojure-emacs/clojure-mode/issues/310) and [#311](https://github.com/clojure-emacs/clojure-mode/issues/311) Fix `clojure-expected-ns` in multi-source projects.
14
20
*[#307](https://github.com/clojure-emacs/clojure-mode/issues/307): Don't highlight `handle` and `handler-case` as keywords.
15
-
16
-
### Bugs fixed
17
-
18
21
* Fix font-locking for def with special chars such as: `defn*`, `defspecial!`.
0 commit comments