Skip to content

Commit f8f2de9

Browse files
committed
Release 0.8
1 parent 30a5295 commit f8f2de9

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file.
33

44
---
55

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+
618
## [0.7](https://github.com/RxSwiftCommunity/RxDataSources/releases/tag/0.7)
719

820
#### Interface changes

RxDataSources.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "RxDataSources"
3-
s.version = "0.7"
3+
s.version = "0.8"
44
s.summary = "This is a collection of reactive data sources for UITableView and UICollectionView."
55
s.description = <<-DESC
66
This is a collection of reactive data sources for UITableView and UICollectionView.

0 commit comments

Comments
 (0)