From 57a595c9777ca76ef6f9c9ad0cb360b938641508 Mon Sep 17 00:00:00 2001 From: Yosuke Ishikawa Date: Sat, 31 Dec 2016 05:12:45 +0900 Subject: [PATCH] Add 2.1.1 section to changelog --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index 77e180bf..a210e02a 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,6 +4,11 @@ Changelog Current master -------------- +2.1.1 +----- + +- Not replay `executionObservables` to fix `execute(_:)`. See [#64](https://github.com/RxSwiftCommunity/Action/pull/56). + 2.1.0 -----