Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
wtmoose committed Jul 9, 2020
1 parent 3dacbde commit 9910019
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ All notable changes to this project will be documented in this file.
### Fixes

* #365 Fix an issue with customized `TopBottomAnimation` where messages weren't properly displayed under navigation and tab bars.
* #352 Fix accessibility for view controllers presented with `SwiftMessagesSegue`.
* #355 Update card view layout to support centering of pure textual content
* #354 Support `overrideUserInterfaceStyle` when view presented in its own window
* #360 Fix touch handing issue in iOS 13.1.3
* #382 Fix warnings in Xcode 11.4

## 7.0.1

Expand Down
2 changes: 1 addition & 1 deletion SwiftMessages.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'SwiftMessages'
spec.version = '7.0.1'
spec.version = '8.0.0'
spec.license = { :type => 'MIT' }
spec.homepage = 'https://github.com/SwiftKickMobile/SwiftMessages'
spec.authors = { 'Timothy Moose' => '[email protected]' }
Expand Down

0 comments on commit 9910019

Please sign in to comment.