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 1
1
## Changelog
2
2
3
+ ### 0.3.8
4
+
5
+ - add ` :uneval ` element type (for ` #_form ` elements).
6
+ - fix ` estimate-length ` for multi-line strings.
7
+
3
8
### 0.3.7
4
9
5
10
- 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
17
17
__ Leiningen ([ via Clojars] ( http://clojars.org/rewrite-clj ) )__
18
18
19
19
``` clojure
20
- [rewrite-clj " 0.3.7 " ]
20
+ [rewrite-clj " 0.3.8 " ]
21
21
```
22
22
23
23
__ 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 "
2
2
:description " Comment-/Whitespace-preserving rewriting of EDN documents."
3
3
:url " https://github.com/xsc/rewrite-clj"
4
4
:license {:name " Eclipse Public License"
You can’t perform that action at this time.
0 commit comments