From d6bf5814fa532465557f09926adde747c7b97abc Mon Sep 17 00:00:00 2001 From: bobgodwinx Date: Fri, 1 Mar 2019 10:16:06 +0100 Subject: [PATCH] Updated change log in preparation for version `3.10.2` --- Changelog.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) 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.