File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file.
3
3
4
4
---
5
5
6
+
7
+ ## [ 0.8] ( https://github.com/RxSwiftCommunity/RxDataSources/releases/tag/0.8 )
8
+
9
+ #### Features
10
+
11
+ * Adds new example of how to present heterogeneous sections.
12
+
13
+ #### Anomalies
14
+
15
+ * Fixes old ` AnimatableSectionModel ` definition.
16
+ * Fixes problem with ` UICollectionView ` iOS 9 reordering features.
17
+
6
18
## [ 0.7] ( https://github.com/RxSwiftCommunity/RxDataSources/releases/tag/0.7 )
7
19
8
20
#### Interface changes
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "RxDataSources"
3
- s . version = "0.7 "
3
+ s . version = "0.8 "
4
4
s . summary = "This is a collection of reactive data sources for UITableView and UICollectionView."
5
5
s . description = <<-DESC
6
6
This is a collection of reactive data sources for UITableView and UICollectionView.
You can’t perform that action at this time.
0 commit comments