Commit 86048e1 1 parent c415b32 commit 86048e1 Copy full SHA for 86048e1
File tree 1 file changed +19
-0
lines changed
1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 2
2
3
3
The changelog of version 1.x can be found at https://github.com/ReactiveX/RxJava/blob/1.x/CHANGES.md
4
4
5
+ ### Version 2.2.9 - May 30, 2019 ([ Maven] ( http://search.maven.org/#artifactdetails%7Cio.reactivex.rxjava2%7Crxjava%7C2.2.9%7C ) )
6
+
7
+ #### Bugfixes
8
+
9
+ - [ Pull 6488] ( https://github.com/ReactiveX/RxJava/pull/6488 ) : Fix ` zip ` not stopping the subscription upon eager error.
10
+
11
+ #### Documentation changes
12
+
13
+ - [ Pull 6453] ( https://github.com/ReactiveX/RxJava/pull/6453 ) : Fixed wrong type referenced in ` Maybe ` and ` Single ` JavaDocs.
14
+ - [ Pull 6458] ( https://github.com/ReactiveX/RxJava/pull/6458 ) : Update the Javadoc of the ` retry ` operator.
15
+
16
+ #### Other
17
+
18
+ - [ Pull 6452] ( https://github.com/ReactiveX/RxJava/pull/6452 ) : Remove dependency of ` Schedulers ` from ` ObservableRefCount ` .
19
+ - [ Pull 6461] ( https://github.com/ReactiveX/RxJava/pull/6461 ) : Change error message in ` ObservableFromArray ` .
20
+ - [ Pull 6469] ( https://github.com/ReactiveX/RxJava/pull/6469 ) : Remove redundant methods from ` sample(Observable) ` .
21
+ - [ Pull 6470] ( https://github.com/ReactiveX/RxJava/pull/6470 ) : Remove unused import from ` Flowable.java ` .
22
+ - [ Pull 6485] ( https://github.com/ReactiveX/RxJava/pull/6485 ) : Remove unused ` else ` from the ` Observable ` .
23
+
5
24
### Version 2.2.8 - March 26, 2019 ([ Maven] ( http://search.maven.org/#artifactdetails%7Cio.reactivex.rxjava2%7Crxjava%7C2.2.8%7C ) )
6
25
7
26
#### Bugfixes
You can’t perform that action at this time.
0 commit comments