Skip to content

Commit af2e1b2

Browse files
committed
Fix punctuation in changelog
1 parent 3e5590b commit af2e1b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1717
- Add support for explicitly selecting a logger factory by setting the
1818
`"clojure.tools.logging.factory"` system property. For details, see the
1919
[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*)
20+
and the documentation for [\*logger-factory\*](https://clojure.github.io/tools.logging/#clojure.tools.logging/*logger-factory*).
2121

2222
## [0.5.0] - 2019-07-22
2323
### Added
24-
- Add support for testing logs in [`clojure.tools.logging.test`](https://clojure.github.io/tools.logging/#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).
2525

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

0 commit comments

Comments
 (0)