You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.adoc
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,8 +16,11 @@ For a list of breaking changes see link:#v1-breaking[breaking changes].
16
16
17
17
=== Unreleased
18
18
19
-
* update clojure tools.reader dependency to current v1.3.6
20
-
* a zipper created with both a custom `:auto-resolve` option and the `:track-position?` `true` option will now acknowledge and use the custom `:auto-resolve` https://github.com/clj-commons/rewrite-clj/issues/159[#159]
19
+
* update clojure tools.reader dependency to v1.3.6
20
+
* a zipper created with both a custom `:auto-resolve` option and the `:track-position?` `true` option will now acknowledge and use the custom `:auto-resolve` https://github.com/clj-commons/rewrite-clj/issues/159[#159]
21
+
* a Cons now coerces to a rewrite-clj list node https://github.com/clj-commons/rewrite-clj/issues/161[#161] (thanks @borkdude!)
22
+
* internal rewrite-clj developer facing:
23
+
** Now also linting rewrite-clj sources with Eastwood https://github.com/clj-commons/rewrite-clj/pull/158[#158] (thanks @vemv!)
0 commit comments