Skip to content

Commit febf816

Browse files
committed
Tweak a couple of changelog entries
1 parent 6594401 commit febf816

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66

77
### Changes
88

9-
* [#51](https://github.com/clojure-emacs/orchard/issues/51): extend `find-usages`
9+
* [#51](https://github.com/clojure-emacs/orchard/issues/51): Extend `find-usages`:
1010
* `orchard.xref/fn-deps` now also finds anonymous function dependencies.
1111
* New: `orchard.xref/fn-deps-class` as a lower level API so you can still get the main functions deps only.
1212
* New: `orchard.xref/fn-transitive-deps`.
13-
* [#65](https://github.com/clojure-emacs/orchard/issues/65): make ClojureScript dependency `:provided`.
13+
* [#65](https://github.com/clojure-emacs/orchard/issues/65): Make ClojureScript dependency `:provided`.
1414
* If you were using Orchard for ClojureScript functionality, it might be a good idea to make sure you have an explicit `org.clojure/clojurescript` dependency.
1515

1616
### Bugs fixed
1717

18-
* [142](https://github.com/clojure-emacs/orchard/issues/142): Make read-namespace handle read conditionals gracefully
18+
* [#142](https://github.com/clojure-emacs/orchard/issues/142): Make `read-namespace` handle read conditionals gracefully.
1919

2020
## 0.8.0 (2021-12-15)
2121

0 commit comments

Comments
 (0)