Skip to content

Commit 546fbc9

Browse files
committed
Minor tweaks to change log [skip ci]
1 parent 6f84e5e commit 546fbc9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

CHANGELOG.adoc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ Rewrite-cljs users migrating to rewrite-clj v1 are now at, and will remain at, f
7575
* Moved from potemkin import-vars to static template based version https://github.com/clj-commons/rewrite-clj/issues/98[#98]:
7676
** Avoids frustration/mysteries of dynamic import-vars for users and maintainers
7777
** Argument names now correct in API docs (some were gensymed previously)
78-
** Line numbers for protocols in API docs are now correct
7978
** Also turfed use of custom version of potemkin defprotocol+ in favor of plain old defprotocol. Perhaps I missed something, but I did not see the benefit of defprotocol+ for rewrite-clj v1.
8079

8180
==== Internal changes (developer facing)
@@ -85,7 +84,7 @@ Rewrite-cljs users migrating to rewrite-clj v1 are now at, and will remain at, f
8584
** In a pure form where library and tests are compiled
8685
** Via sci where a sci exposed rewrite-clj is compiled, then tests are interpreted.
8786
* Now automatically testing rewrite-clj against popular libs https://github.com/clj-commons/rewrite-clj/issues/124[#124]
88-
* Now linting source with clj-kondo, added some custom hooks for our variations on import-vars
87+
* Now linting source with clj-kondo
8988
* Code coverage reports now generated for Clojure unit test run and sent to codecov.io
9089
* Can now preview for cljdoc locally via `script/cljdoc_preview.clj`
9190
* API diffs for rewrite-clj v1 vs rewrite-clj v0 vs rewrite-cljs can be generated by `script/gen_api_diffs.clj`
@@ -129,7 +128,7 @@ Prior to v1, was stored as a keyword.
129128
** The following namespaced element `sexpr` examples assume:
130129
*** `\*ns*` is bound to `user` namespace (important only for rewrite-clj v0):
131130
*** We are using the default auto-resolve function for rewrite-clj v1
132-
*** That you will refer to the link:01-user-guide.adoc#namespaced-elements[User Guide] for more detailed examples of v1 behaviour
131+
*** That you will refer to the link:doc/01-user-guide.adoc#namespaced-elements[User Guide] for more detailed examples of v1 behaviour
133132
+
134133
[%header,cols="19,27,27,27"]
135134
|===

0 commit comments

Comments
 (0)