Skip to content

Commit de6933a

Browse files
committed
Add more details to the CHANGELOG
1 parent 38a9c74 commit de6933a

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1010
## [1.0.0] - 2020-02-27
1111
### Added
1212
- Add support for printing message arguments readably in
13-
`clojure.tools.logging.readable`.
13+
[`clojure.tools.logging.readable`](https://clojure.github.io/tools.logging/#clojure.tools.logging.readable).
1414

1515
## [0.6.0] - 2020-02-07
1616
### Added
1717
- Add support for explicitly selecting a logger factory by setting the
18-
`clojure.tools.logging.factory` system property.
18+
`"clojure.tools.logging.factory"` system property. For details, see the
19+
[README](https://github.com/clojure/tools.logging#configuration),
20+
and the documentation for [*logger-factory*](https://clojure.github.io/tools.logging/#clojure.tools.logging/*logger-factory*)
1921

2022
## [0.5.0] - 2019-07-22
2123
### Added
22-
- Add support for testing logs in `clojure.tools.logging.test`
24+
- Add support for testing logs in [`clojure.tools.logging.test`](https://clojure.github.io/tools.logging/#clojure.tools.logging.test)
2325

2426
### Changed
2527
- Now passes the context classloader of current thread to `Class/forName` when

0 commit comments

Comments
 (0)