File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file.
33
44---
55
6+ ## [ 3.0.1] ( https://github.com/RxSwiftCommunity/RxDataSources/releases/tag/3.0.1 )
7+
8+ * Adds custom logic to control should perform animated updates.
9+ * Fixes SMP integration.
10+
611## [ 3.0.0] ( https://github.com/RxSwiftCommunity/RxDataSources/releases/tag/3.0.0 )
712
813* Adapted for RxSwift 4.0
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "Differentiator"
3- s . version = "3.0.0 "
3+ s . version = "3.0.1 "
44 s . summary = "Diff algorithm for UITableView and UICollectionView."
55 s . description = <<-DESC
66 Diff algorithm for UITableView and UICollectionView.
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "RxDataSources"
3- s . version = "3.0.0 "
3+ s . version = "3.0.1 "
44 s . summary = "This is a collection of reactive data sources for UITableView and UICollectionView."
55 s . description = <<-DESC
66This is a collection of reactive data sources for UITableView and UICollectionView.
You can’t perform that action at this time.
0 commit comments