Skip to content

Commit e77dab3

Browse files
committed
Updated changelog
1 parent 93af583 commit e77dab3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.markdown

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
- `insertAfter` to `insertAfterNode`
88
- `getNext` to `getNextNode`
99
- `getPrev` to `getPrevNode`
10-
* #82: Fixing tree now handles case when nodes pointing non-existing parent
10+
* #82: Fixing tree now handles case when nodes pointing to non-existing parent
1111
* The number of missing parent is now returned when using `countErrors`
1212
* #79: implemented scoping feature
1313
* #81: moving node now makes model dirty before saving it
@@ -17,6 +17,7 @@
1717
* Default order is no longer applied for `siblings()`, `descendants()`,
1818
`prevNodes`, `nextNodes`
1919
* #50: implemented tree rebuilding feature
20+
* #85: added tree flattening feature
2021

2122
### 3.1.1
2223

0 commit comments

Comments
 (0)