Skip to content

Commit faeb158

Browse files
committed
Polish for CHANGELOG.
1 parent 15a3451 commit faeb158

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,13 @@ All notable changes to this project will be documented in this file.
88

99
## [4.2.0](https://github.com/ReactiveX/RxSwift/releases/tag/4.2.0)
1010

11-
* Add `zip<C: Collection>(_ collection: C)` to Single trait
12-
* Add Smart Key Path subscripting to create a binder for property of object.
13-
14-
* Add `UICollectionView.rx.prefetchItems`, `UICollectionView.rx.cancelPrefetchingForItems`, `UITableView.rx.prefetchRows`, and `UITableView.rx.cancelPrefetchingForRows`.
11+
* Adds Smart Key Path subscripting to create a binder for property of object.
12+
* Adds `UICollectionView` extensions:
13+
* `prefetchItems`
14+
* cancelPrefetchingForItems
15+
* Adds `UITableView` extensions:
16+
* `prefetchRows`
17+
* `cancelPrefetchingForRows`
1518
* Fixes various spelling mistakes and missing parameters.
1619
* Adds `UISegmentedControlExtensions`:
1720
* `titleForSegment(at:)`

0 commit comments

Comments
 (0)