Skip to content

Commit

Permalink
Updated Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
davbeck committed Jan 26, 2016
1 parent e5e9253 commit 84182d6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ install:
- brew install carthage
- gem install xcpretty --no-rdoc --no-ri --no-document --quiet
script:
- xctool -workspace Example/TNKImagePickerController.xcworkspace -scheme TNKImagePickerController-Example
-sdk iphonesimulator9.2 build
- xctool -workspace Example/TNKImagePickerController.xcworkspace -scheme TNKImagePickerController-Example -sdk iphonesimulator9.2 build
- pod lib lint --quick
- carthage build --no-skip-current
env:
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# TUMessagePackSerialization CHANGELOG

## 3.0.0

A big thanks to [Alexsander Akers](https://github.com/a2) on this release for all of his pull requests.

- [Added nullability and generics annotations.](https://github.com/davbeck/TNKImagePickerController/pull/8)
- [Refactored auto layout constraints to use iOS 8 compatible API.](https://github.com/davbeck/TNKImagePickerController/pull/2)
- [Prefix category methods to prevent namespace collisions.](https://github.com/davbeck/TNKImagePickerController/pull/3)
- [Fix for asset selection persistence issues.](https://github.com/davbeck/TNKImagePickerController/pull/9)
- [Add ability to customize selected asset badge image.](https://github.com/davbeck/TNKImagePickerController/pull/10)

> Note that if you were using any of the extensions provided by this framework, they are now prefixed with `tnk_`.
## 2.1.0

- [Set designated initializer.](https://github.com/davbeck/TNKImagePickerController/commit/dfe88eb9f49963c2ed72110edd5d23b020ac73f3)
Expand Down

0 comments on commit 84182d6

Please sign in to comment.