From 7003e768838c23a2d4dfa3595a1de2e977df0de2 Mon Sep 17 00:00:00 2001 From: Sebastian Boldt Date: Wed, 11 Jan 2017 21:04:01 +0100 Subject: [PATCH] Updated Changelog --- CHANGELOG.md | 3 +++ Example/Jelly.xcodeproj/project.pbxproj | 2 ++ 2 files changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6571bd9..15d2e9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 1.2.1 (2017-01-11) +- Fixed issue with background tap dismissal options + ## 1.2.0 (2016-12-18) - There is a new cool animation style called shiftIn Animation. Check out the README to find out more - Rounding Corners can now be specified unsing the corners property (e.g. presentation.corners = [.leftBottom,rightTop]) diff --git a/Example/Jelly.xcodeproj/project.pbxproj b/Example/Jelly.xcodeproj/project.pbxproj index 1bee298..f2267b1 100644 --- a/Example/Jelly.xcodeproj/project.pbxproj +++ b/Example/Jelly.xcodeproj/project.pbxproj @@ -31,6 +31,7 @@ /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ + 152009C91E26C6EA00537CD5 /* CHANGELOG.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; name = CHANGELOG.md; path = ../CHANGELOG.md; sourceTree = ""; }; 154509481DF6084B0096C822 /* Jelly_Tests-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Jelly_Tests-Bridging-Header.h"; sourceTree = ""; }; 154509491DF6084C0096C822 /* JellyAnimatorSpec.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = JellyAnimatorSpec.swift; sourceTree = ""; }; 155B7B841DE1E5820093DF2A /* CustomNavController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CustomNavController.swift; sourceTree = ""; }; @@ -89,6 +90,7 @@ 607FACC71AFB9204008FA782 = { isa = PBXGroup; children = ( + 152009C91E26C6EA00537CD5 /* CHANGELOG.md */, 15B1CF991DEB7299003B4107 /* Github */, 607FACF51AFB993E008FA782 /* Podspec Metadata */, 607FACD21AFB9204008FA782 /* Example for Jelly */,