File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## master (unreleased)
4
4
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.
6
12
7
13
## 0.7.3 (2021-10-02)
8
14
9
15
### Changes
10
16
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.
12
18
13
19
## 0.7.2 (2021-09-30)
14
20
21
27
* [ #123 ] ( https://github.com/clojure-emacs/orchard/pull/123 ) : Fix info lookups from namespaces that don't yet exist
22
28
* [ #125 ] ( https://github.com/clojure-emacs/orchard/issues/125 ) : Don't fail if the classpath references a non-existing .jar
23
29
* [ #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
25
30
26
31
## 0.7.1 (2021-04-18)
27
32
You can’t perform that action at this time.
0 commit comments