branch: elpa/cider
commit af37662b686a5849ae70b1c273154c15a98e162c
Author: Bozhidar Batsov <bozhi...@batsov.dev>
Commit: Bozhidar Batsov <bozhi...@batsov.dev>

    [Docs] Tweak the code reloading docs a bit
---
 doc/modules/ROOT/pages/usage/code_reloading.adoc | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/doc/modules/ROOT/pages/usage/code_reloading.adoc 
b/doc/modules/ROOT/pages/usage/code_reloading.adoc
index c40d00efc1..6ba6a7648a 100644
--- a/doc/modules/ROOT/pages/usage/code_reloading.adoc
+++ b/doc/modules/ROOT/pages/usage/code_reloading.adoc
@@ -82,7 +82,9 @@ buffers visiting files on the classpath. You can customize 
this behavior with
 
 === Using clj-reload
 
-You can also use https://github.com/tonsky/clj-reload[clj-reload] instead.
+NOTE: Support for `clj-reload` was introduced in CIDER 1.14.
+
+You can also use `cider-ns-refresh` with 
https://github.com/tonsky/clj-reload[clj-reload] instead of 
`clojure.tools.namespace`.
 It provides support for
 
https://github.com/tonsky/clj-reload/blob/469da68/README.md#usage-keeping-vars-between-reloads[keeping
 vars between reloads]
 among some
@@ -99,6 +101,9 @@ 
https://github.com/tonsky/clj-reload/blob/469da68/README.md##usage[the usage doc
 . If you don't set them manually, it will default to the current project's 
resource dirs in the same
 way `tools.namespace` does.
 
+NOTE: Down the road we may rename `cider-ns-refresh` to something more 
tool-agnostic (e.g. `cider-ns-smart-reload`) to reflect
+that it supports different code reload tools now.
+
 == Basic Code Reloading
 
 Sometimes, `cider-ns-refresh` may not work for you. If you're looking

Reply via email to