Skip to content

Commit 53b6014

Browse files
committed
Updated CHANGELOG for 0.5.0 release.
1 parent ccd766b commit 53b6014

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.swift-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0
1+
4.2

AnimatedCollectionViewLayout.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'AnimatedCollectionViewLayout'
3-
s.version = '0.4.0'
3+
s.version = '0.5.0'
44
s.license = { :type => 'MIT', :file => 'LICENSE' }
55
s.summary = 'A UICollectionViewLayout subclass that adds custom
66
transitions/animations to the UICollectionView'

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ All notable changes to this project will be documented in this file.
99

1010
### Removed
1111

12+
## 0.5.0
13+
14+
Released on 2018-11-30
15+
16+
### Changed
17+
+ Updated the sample project for Xcode 10 with Swift 4.2.
18+
+ Now allowed subclassing AnimatedCollectionViewLayout.
19+
1220
## 0.4.0
1321

1422
Released on 2018-09-19

0 commit comments

Comments
 (0)