Skip to content

Commit d1e09a7

Browse files
Update CHANGELOG
1 parent 7b801e6 commit d1e09a7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## master (unreleased)
44

5+
* [#893](https://github.com/clojure-emacs/cider-nrepl/pull/893): Replace `clojure.tools.trace` with `orchard.trace`.
6+
* Bump `orchard` to [0.26.3](https://github.com/clojure-emacs/orchard/blob/master/CHANGELOG.md#0263-2024-08-14).
7+
58
## 0.49.3 (2024-08-13)
69

710
### Changes

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ Let's also acknowledge some of the projects leveraged by cider-nrepl:
134134
* [orchard][] - extracted from `cider-nrepl`, so that non-nREPL clients can leverage the generic tooling functionality (like `inspect`, `apropos`, `var-info`, etc
135135
* [compliment][] - for Clojure code completion
136136
* [clj-suitable][] - for ClojureScript code completion using runtime inspection
137-
* [tools.trace][] - for tracing
138137
* [tools.namespace][] - for namespace reloading
139138
* [clj-reload][] - for namespace reloading
140139
* [cljfmt][] - for code formatting
@@ -148,7 +147,6 @@ Distributed under the Eclipse Public License, the same as Clojure.
148147
[orchard]: https://github.com/clojure-emacs/orchard
149148
[compliment]: https://github.com/alexander-yakushev/compliment
150149
[clj-suitable]: https://github.com/clojure-emacs/clj-suitable
151-
[tools.trace]: https://github.com/clojure/tools.trace
152150
[tools.namespace]: https://github.com/clojure/tools.namespace
153151
[clj-reload]: https://github.com/tonsky/clj-reload
154152
[cljfmt]: https://github.com/weavejester/cljfmt

0 commit comments

Comments
 (0)