From 909b3d2b1e67df97fdea29691d01b4176dd7093e Mon Sep 17 00:00:00 2001 From: anistar sung Date: Tue, 26 Jun 2018 09:52:15 +0800 Subject: [PATCH] Update information for 1.4.0 release --- AppDevKit.podspec | 4 ++-- CHANGELOG.md | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/AppDevKit.podspec b/AppDevKit.podspec index 73ccd82..bd54a37 100644 --- a/AppDevKit.podspec +++ b/AppDevKit.podspec @@ -1,8 +1,8 @@ Pod::Spec.new do |s| s.name = "AppDevKit" - s.version = "1.3.1" - s.summary = "The collection of open develop utilities for iOS development team. It contains foundationl and useful features that Apple didn't provide." + s.version = "1.4.0" + s.summary = "The collection of open develop utilities for iOS development team. It contains foundational and useful features that Apple didn't provide." s.homepage = "https://github.com/yahoo/AppDevKit" s.license = "Yahoo! Inc. BSD license" diff --git a/CHANGELOG.md b/CHANGELOG.md index f1c4790..dc98f76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. `AppDevKit` adheres to [Semantic Versioning](http://semver.org/). +## 1.4.0 +#### Added +* Adding a new method to support manual update layout in UIScrollView+ADKInfiniteScrollingView. It allows you to modify scroll view's offset dynamically. + ## 1.3.1 #### Fixed * Revert prepareForReuse: method call in ADKCellDynamicSizeCalculator.