Skip to content

Commit 4d9d8a8

Browse files
author
Yannick Scherer
committed
update CHANGES.md.
1 parent ff80efb commit 4d9d8a8

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGES.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
### 0.5.0
44

5+
- __BREAKING__: commas will no longer be parsed into `:whitespace` nodes but
6+
`:comma`. (see #44 - thanks @arrdem!)
7+
- __BREAKING__: `position` will throw exception if not used on rewrite-clj
8+
custom zipper. (see #45)
9+
- fix insertion of nodes in the presense of existing whitespace. (see #33, #34 -
10+
thanks @eraserhd!)
11+
- `edn` and `edn*` now take a `:track-position?` option that activates a custom
12+
zipper implementation allowing `position` to be called on. (see #41, #45 -
13+
thanks @eraserhd!)
14+
- fix parsing of whitespace, e.g. `<U+2028>`. (see #43)
15+
- generative tests. (see #41 - thanks @eraserhd!)
16+
517
### 0.4.13
618

719
_Development has branched off, using the `0.4.x` branch_

0 commit comments

Comments
 (0)