Skip to content

Commit 6b35097

Browse files
committed
Tweak the changelog
1 parent 9e28721 commit 6b35097

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,17 @@
22

33
## master (unreleased)
44

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+
512
### Changes
613

714
* Indent `fdef` (clojure.spec) like a `def`.
8-
* The results of `clojure-project-dir` are cached by default to optimize performance.
915
* 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`.
1316

1417
## 5.7.0 (2018-04-29)
1518

0 commit comments

Comments
 (0)