Skip to content

Commit

Permalink
Merge pull request #86 from mattrubin/changelog
Browse files Browse the repository at this point in the history
Update Changelog for 2.0.1
  • Loading branch information
mattrubin authored Sep 20, 2016
2 parents e21ac55 + 26d3766 commit ad5f37e
Showing 1 changed file with 19 additions and 3 deletions.
22 changes: 19 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
# Changelog
# OneTimePassword Changelog

## [In development][master]
#### Enhancements
- Update the project to support Xcode 8 and Swift 2.3. ([#73](https://github.com/mattrubin/OneTimePassword/pull/73), [#75](https://github.com/mattrubin/OneTimePassword/pull/75), [#84](https://github.com/mattrubin/OneTimePassword/pull/84))

#### Fixes
- Disable broken keychain tests on iOS 10. ([#77](https://github.com/mattrubin/OneTimePassword/pull/77), [#88](https://github.com/mattrubin/OneTimePassword/pull/88))

#### Other Changes
- Update badge images and links in the README. ([#69](https://github.com/mattrubin/OneTimePassword/pull/69))
- Reorganize source and test files following the conventions the Swift Package Manager. ([#70](https://github.com/mattrubin/OneTimePassword/pull/70))
- Isolate the CommonCrypto dependency inside a custom wrapper function. ([#71](https://github.com/mattrubin/OneTimePassword/pull/71))
- Clean up whitespace. ([#79](https://github.com/mattrubin/OneTimePassword/pull/79))
- Integrate with codecov.io for automated code coverage reporting. ([#82](https://github.com/mattrubin/OneTimePassword/pull/82))
- Update SwiftLint configuration. ([#87](https://github.com/mattrubin/OneTimePassword/pull/87))
- Update Travis configuration to use Xcode 8. ([#89](https://github.com/mattrubin/OneTimePassword/pull/89))

<!--## [In development][master]-->

## [2.0.0][] (2016-02-07)

Expand Down Expand Up @@ -65,6 +80,7 @@ Changes between prerelease versions of OneTimePassword version 2 can be found be

[master]: https://github.com/mattrubin/OneTimePassword/compare/2.0.0...master

[2.0.1]: https://github.com/mattrubin/OneTimePassword/compare/2.0.0...2.0.1
[2.0.0]: https://github.com/mattrubin/OneTimePassword/compare/1.1.0...2.0.0
[2.0.0-rc]: https://github.com/mattrubin/OneTimePassword/compare/2.0.0-beta.5...2.0.0
[2.0.0-beta.5]: https://github.com/mattrubin/OneTimePassword/compare/2.0.0-beta.4...2.0.0-beta.5
Expand All @@ -75,4 +91,4 @@ Changes between prerelease versions of OneTimePassword version 2 can be found be
[2.0.0-beta]: https://github.com/mattrubin/OneTimePassword/compare/1.1.1...2.0.0-beta
[1.1.1]: https://github.com/mattrubin/OneTimePassword/compare/1.1.0...1.1.1
[1.1.0]: https://github.com/mattrubin/OneTimePassword/compare/1.0.0...1.1.0
[1.0.0]: https://github.com/mattrubin/OneTimePassword/tree/1.0.0
[1.0.0]: https://github.com/mattrubin/OneTimePassword/tree/1.0.0

0 comments on commit ad5f37e

Please sign in to comment.