diff --git a/Changelog.md b/Changelog.md index a7511e1a..18053106 100644 --- a/Changelog.md +++ b/Changelog.md @@ -5,10 +5,16 @@ Changelog Current master -------------- -- Nothing yet! - -# 3.10.0 - +3.10.2 +------- +- Update the project and xcworkspace and make it compatible with Version 10.1 (10B61) +- Update the Unit test target and make it compatible with Version 10.1 (10B61) +- Moved CI to circle CI 2.0 +- Fix issue [#155](https://github.com/RxSwiftCommunity/Action/issues/155) +- Fix issue [#179](https://github.com/RxSwiftCommunity/Action/issues/179) + +3.10.0 +------- - Adding syntax sugar `execute()` method on `Action` when `Input` is `Void`. [#171](https://github.com/RxSwiftCommunity/Action/pull/171) - Raises minimum watchOS deployment target to 3.0, to match RxSwift.