Skip to content

Commit 60436b4

Browse files
committed
Release 3.5.0
1 parent 38d7bd4 commit 60436b4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,27 @@ All notable changes to this project will be documented in this file.
55

66
## Master
77

8+
#### Anomalies
9+
10+
11+
## [3.5.0](https://github.com/ReactiveX/RxSwift/releases/tag/3.5.0)
12+
813
* Adds `from` operator on "SharedSequence"
914
* Adds `merge` operator on "Completable"
1015
* Adds `using` operator on "PrimitiveSequence"
16+
* Adds `concatMap` operator.
1117
* Adds `share(replay:scope:)` operator.
1218
* Adds `multicast(makeSubject:)` operator.
19+
* Adds `UIButton.image(for:)` extension.
20+
* Adds `UIButton.backgroundImage(for:)` extension.
1321
* fixes typos
1422

1523
#### Anomalies
1624

25+
* Improves reentrancy and synchronization checks.
1726
* Issues with `share()` and `shareReplay(_:)`. #1111
1827
* `.share()` inconsistent in behavior. #1242
28+
* Fixes issues with `Driver` sometimes sending initial element async. #1253
1929

2030
## [3.4.1](https://github.com/ReactiveX/RxSwift/releases/tag/3.4.1) (Xcode 8.3.1 / Swift 3.1 compatible)
2131

0 commit comments

Comments
 (0)