Skip to content

Commit bc7779f

Browse files
committed
CHANGELOG: add performance advice
1 parent 4bd7139 commit bc7779f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@
66

77
* [#363](https://github.com/clojure-emacs/refactor-nrepl/issues/363): Fix a memoization bug in `clean-namespace`.
88

9-
## 3.3.1
9+
## 3.3.0
1010

1111
* [#361](https://github.com/clojure-emacs/refactor-nrepl/pull/361) Honor clj-kondo `:unused-namespace` config, if present
1212
* This piece of config can inform/complement refactor-nrepl's own config.
13+
* If you are using refactor-nrepl programatically (as opposed to as nREPL middleware), you can improve performance by using `refactor-nrepl.ns.libspec-allowlist/with-memoized-libspec-allowlist` prior to invoking `clean-ns`.
1314

1415
## 3.2.2 (2022-01-29)
1516

0 commit comments

Comments
 (0)