Skip to content

Commit 200e207

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

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66
`:comma`. (see #44 - thanks @arrdem!)
77
- __BREAKING__: `position` will throw exception if not used on rewrite-clj
88
custom zipper. (see #45)
9+
- __DEPRECATED__:
10+
- `append-space` in favour of `insert-space-right`
11+
- `prepend-space` in favour of `insert-space-left`
12+
- `append-newline` in favour of `insert-newline-right`
13+
- `prepend-newline` in favour of `insert-newline-left`
914
- fix insertion of nodes in the presense of existing whitespace. (see #33, #34 -
1015
thanks @eraserhd!)
1116
- `edn` and `edn*` now take a `:track-position?` option that activates a custom

0 commit comments

Comments
 (0)