Skip to content

Commit e372602

Browse files
committed
Improve the changelog
1 parent 33e00f8 commit e372602

File tree

1 file changed

+24
-11
lines changed

1 file changed

+24
-11
lines changed

CHANGELOG.md

Lines changed: 24 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,33 @@
22

33
## Unreleased
44

5-
* [clojure-emacs/clj-refactor.el#443](https://github.com/clojure-emacs/clj-refactor.el/issues/443) `clean-ns` support namespaces with js literal (#js).
6-
* [#251](https://github.com/clojure-emacs/refactor-nrepl/pull/251) `clean-ns` support extra message key `relative-path`, which will be used if `path` does not exist.
7-
* [#256](https://github.com/clojure-emacs/refactor-nrepl/pull/256) ignore malformed artifact coordinates when fetching from Clojars.
8-
* [#264](https://github.com/clojure-emacs/refactor-nrepl/pull/264) less bandwidth used to fetch artifacts from Clojars
9-
* [#268](https://github.com/clojure-emacs/refactor-nrepl/pull/268) added support for fetching artifact versions from Clojars
10-
* [#271](https://github.com/clojure-emacs/refactor-nrepl/pull/271) improved shadow-cljs support
5+
### New features
6+
7+
* [clojure-emacs/clj-refactor.el#443](https://github.com/clojure-emacs/clj-refactor.el/issues/443): `clean-ns` support namespaces with js literal (#js).
8+
* [#251](https://github.com/clojure-emacs/refactor-nrepl/pull/251): `clean-ns` support extra message key `relative-path`, which will be used if `path` does not exist.
9+
* [#264](https://github.com/clojure-emacs/refactor-nrepl/pull/264): Less bandwidth used to fetch artifacts from Clojars.
10+
* [#268](https://github.com/clojure-emacs/refactor-nrepl/pull/268): Added support for fetching artifact versions from Clojars.
11+
* [#271](https://github.com/clojure-emacs/refactor-nrepl/pull/271): Improved shadow-cljs support.
12+
13+
### Bugs fixed
14+
15+
* [#256](https://github.com/clojure-emacs/refactor-nrepl/pull/256): Ignore malformed artifact coordinates when fetching from Clojars.
1116

1217
## 2.4.0
1318

14-
* [#231](https://github.com/clojure-emacs/refactor-nrepl/issues/231) hotload-dependencies temporarily disabled due to java 10 issues.
15-
* [#215](https://github.com/clojure-emacs/refactor-nrepl/issues/215) Support JVM system proxy in mvn artifacts listing
16-
* [#198](https://github.com/clojure-emacs/refactor-nrepl/issues/198) Delay middleware loading to speed up initialization.
17-
* Bump [mranderson](https://github.com/benedekfazekas/mranderson) version to fix leiningen 2.8.x incompatibility issues
18-
* Drop Clojure 1.7.0 support
19+
### New features
20+
21+
* [#215](https://github.com/clojure-emacs/refactor-nrepl/issues/215): Support JVM system proxy in mvn artifacts listing.
22+
23+
### Changes
24+
25+
* [#231](https://github.com/clojure-emacs/refactor-nrepl/issues/231): Hotload-dependencies temporarily disabled due to java 10 issues.
26+
* [#198](https://github.com/clojure-emacs/refactor-nrepl/issues/198): Delay middleware loading to speed up initialization.
27+
* Drop Clojure 1.7.0 support.
28+
29+
### Bugs fixed
30+
31+
* Bump [mranderson](https://github.com/benedekfazekas/mranderson): Version to fix leiningen 2.8.x incompatibility issues.
1932

2033
## 2.3.1
2134

0 commit comments

Comments
 (0)