File tree 1 file changed +12
-0
lines changed
1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 2
2
3
3
Version 1.x can be found at https://github.com/ReactiveX/RxJava/blob/1.x/CHANGES.md
4
4
5
+ ### Version 2.0.3 - December 18, 2016 ([ Maven] ( http://search.maven.org/#artifactdetails%7Cio.reactivex.rxjava2%7Crxjava%7C2.0.3%7C ) )
6
+
7
+ ** Bugfixes**
8
+ - [ Pull 4899] ( https://github.com/ReactiveX/RxJava/pull/4899 ) : ` FlowableScanSeed ` - prevent post-terminal events
9
+ - [ Pull 4901] ( https://github.com/ReactiveX/RxJava/pull/4901 ) : ` FlowableScan ` - prevent multiple terminal emissions
10
+ - [ Pull 4903] ( https://github.com/ReactiveX/RxJava/pull/4903 ) : ` doAfterNext ` - prevent post-terminal emission
11
+ - [ Pull 4904] ( https://github.com/ReactiveX/RxJava/pull/4904 ) : ` Observable.scan ` no seed fix post-terminal behaviour
12
+ - [ Pull 4911] ( https://github.com/ReactiveX/RxJava/pull/4911 ) : fix & update ` Observable.repeatWhen ` and ` retryWhen `
13
+
14
+ ** Other**
15
+ - [ Pull 4907] ( https://github.com/ReactiveX/RxJava/pull/4907 ) : Use ` t ` instead of value to allow for IDE naming
16
+
5
17
### Version 2.0.2 - December 2, 2016 ([ Maven] ( http://search.maven.org/#artifactdetails%7Cio.reactivex.rxjava2%7Crxjava%7C2.0.2%7C ) )
6
18
7
19
** API enhancements**
You can’t perform that action at this time.
0 commit comments