Skip to content

Commit 32459cc

Browse files
committed
Move a changelog entry
1 parent 646af3e commit 32459cc

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,19 @@
22

33
## master (unreleased)
44

5-
* [#135](https://github.com/clojure-emacs/orchard/issues/135): Fix problematic double var lookup in `orchard.xref/fn-refs`
5+
### Bugs Fixed
6+
7+
* [#135](https://github.com/clojure-emacs/orchard/issues/135): Fix problematic double var lookup in `orchard.xref/fn-refs`.
8+
9+
### Changes
10+
11+
* [#124](https://github.com/clojure-emacs/orchard/pull/124): Remove costly `io/resource` lookup.
612

713
## 0.7.3 (2021-10-02)
814

915
### Changes
1016

11-
* [#133](https://github.com/clojure-emacs/orchard/issues/133): `info:` don't fall back to `clojure.core` for fully-qualified symbols.
17+
* [#133](https://github.com/clojure-emacs/orchard/issues/133): `info:` don't fall back to `clojure.core` for fully-qualified symbols.
1218

1319
## 0.7.2 (2021-09-30)
1420

@@ -21,7 +27,6 @@
2127
* [#123](https://github.com/clojure-emacs/orchard/pull/123): Fix info lookups from namespaces that don't yet exist
2228
* [#125](https://github.com/clojure-emacs/orchard/issues/125): Don't fail if the classpath references a non-existing .jar
2329
* [#128](https://github.com/clojure-emacs/orchard/issues/128): Strengthen `apropos`
24-
* [#124](https://github.com/clojure-emacs/orchard/pull/124): Remove costly `io/resource` lookup
2530

2631
## 0.7.1 (2021-04-18)
2732

0 commit comments

Comments
 (0)