File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## master (unreleased)
4
4
5
+ ### New features
6
+
7
+ * New interactive commands ` clojure-show-cache ` and ` clojure-clear-cache ` .
8
+ * Add basic integration with ` project.el ` .
9
+ * The results of ` clojure-project-dir ` are cached by default to optimize performance.
10
+ * [ #478 ] ( https://github.com/clojure-emacs/clojure-mode/issues/478 ) : Cache the result of ` clojure-find-ns ` to optimize performance.
11
+
5
12
### Changes
6
13
7
14
* Indent ` fdef ` (clojure.spec) like a ` def ` .
8
- * The results of ` clojure-project-dir ` are cached by default to optimize performance.
9
15
* Add ` shadow-cljs.edn ` to the default list of build tool files.
10
- * [ #478 ] ( https://github.com/clojure-emacs/clojure-mode/issues/478 ) : Cache the result of ` clojure-find-ns ` to optimize performance.
11
- * New interactive commands ` clojure-show-cache ` and ` clojure-clear-cache ` .
12
- * Add basic integration with ` project.el ` .
13
16
14
17
## 5.7.0 (2018-04-29)
15
18
You can’t perform that action at this time.
0 commit comments