Skip to content

Commit bc4b2d9

Browse files
committed
Cleanup trailing newlines in CHANGELOG
1 parent 036fd11 commit bc4b2d9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
### Breaking Changes
44

55
Version 0.21.0 reverts to version 0.17.0+1 with fixes to support Dart 2.
6-
Versions 0.18, 0.19, and 0.20 were not used by the package authors and
7-
effectively unsupported. This resolves the fork that happened at version 0.18
6+
Versions 0.18, 0.19, and 0.20 were not used by the package authors and
7+
effectively unsupported. This resolves the fork that happened at version 0.18
88
and development can now be supported by the authors.
99

1010
#### Reverted Changes
@@ -13,7 +13,7 @@ and development can now be supported by the authors.
1313
* Revert add `Observable<List|Set|Map>.unmodifiable` for immutable collections
1414
* Revert add `Observable<List|Set|Map>.EMPTY` for empty immutable collections
1515
* This can be used as an optimization for libraries that always need to return
16-
an observable collection, but don't want to allocate a new instance to
16+
an observable collection, but don't want to allocate a new instance to
1717
represent an empty immutable.
1818

1919
(From 0.20.0)
@@ -39,7 +39,7 @@ Revert considered deprecated to be notified of `length` changes.
3939
* `ObservableList.notifyListChange`
4040
* Revert potentially breaking: `ObservableList` may no longer be extended
4141

42-
Revert considered deprecated to be notified of `length`, `isEmpty` and
42+
Revert considered deprecated to be notified of `length`, `isEmpty` and
4343
`isNotEmpty` `PropertyChangeRecord`s on `ObservableList`
4444

4545
#### Changes Applied on top of version 0.17.0+1

0 commit comments

Comments
 (0)