File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 11## Changelog
22
3+ ### 0.3.8
4+
5+ - add ` :uneval ` element type (for ` #_form ` elements).
6+ - fix ` estimate-length ` for multi-line strings.
7+
38### 0.3.7
49
510- fix zipper creation from file.
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ missing documentation. For those with similar experiences: rewrite-clj is for yo
1717__ Leiningen ([ via Clojars] ( http://clojars.org/rewrite-clj ) )__
1818
1919``` clojure
20- [rewrite-clj " 0.3.7 " ]
20+ [rewrite-clj " 0.3.8 " ]
2121```
2222
2323__ Parsing Data__
Original file line number Diff line number Diff line change 1- (defproject rewrite-clj " 0.3.7 "
1+ (defproject rewrite-clj " 0.3.8 "
22 :description " Comment-/Whitespace-preserving rewriting of EDN documents."
33 :url " https://github.com/xsc/rewrite-clj"
44 :license {:name " Eclipse Public License"
You can’t perform that action at this time.
0 commit comments