-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Update CHANGES.md for v1.0.16 #3517
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
👍 |
* [Pull 3485] (https://github.com/ReactiveX/RxJava/pull/3485) fix scan() not accepting a null initial value | ||
* [Pull 3488] (https://github.com/ReactiveX/RxJava/pull/3488) Remove all instances of Atomic*FieldUpdater | ||
* [Pull 3510] (https://github.com/ReactiveX/RxJava/pull/3510) eager concatMap to choose safe or unsafe queue based on platform | ||
* [Pull 3511] (https://github.com/ReactiveX/RxJava/pull/3511) Remove unused and inefficient SubscriptionRandomList |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This wasn't public API. Shouldn't need to mention.
* [Pull 3433] (https://github.com/ReactiveX/RxJava/pull/3433) Add Sin 8000 gle.defer() | ||
* [Pull 3468] (https://github.com/ReactiveX/RxJava/pull/3468) Fix other places that may swallow OnErrorFailedException | ||
* [Pull 3485] (https://github.com/ReactiveX/RxJava/pull/3485) fix scan() not accepting a null initial value | ||
* [Pull 3488] (https://github.com/ReactiveX/RxJava/pull/3488) Remove all instances of Atomic*FieldUpdater |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should probably read Replace all instances of Atomic*FieldUpdater with direct Atomic* instances
or something.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well, it was internal change too :) If we want to show what this PR means to the users — we can write something like: "Replace … (fixes crashes on some Samsung devices Running on Android 5)".
71ee3cd
to
211589f
Compare
Can we get #3493 in as well? |
211589f
to
b8710ab
Compare
Merged #3493 and updated. |
👍 |
LGTM 👍 |
Update CHANGES.md for v1.0.16
No. Thanks to you maintainers for pushing these along! edit: punctuation matters On Wed, Nov 11, 2015 at 4:03 PM Aaron Tull notifications@github.com wrote:
|
No description provided.