-
Notifications
You must be signed in to change notification settings - Fork 7.6k
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
Public API changes for 1.1.0 release #3550
Conversation
@@ -69,6 +68,7 @@ public void onNext(T t) { | |||
public boolean hasObservers() { | |||
return actual.hasObservers(); | |||
} | |||
<<<<<<< HEAD |
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.
Merge conflict not resolved; this causes compilation error.
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.
My mistake. Thanks for the clue.
This should be merged immediately after the next minor release (1.0.17). The plan is to have a minor release that is identical to the following major release except for changes to the public api (which should not substantially change functionality). |
ac41fd1
to
ed5aa18
Compare
ed5aa18
to
5f2467f
Compare
👍 |
1 similar comment
👍 |
Public API changes for 1.1.0 release
Now we need to update the CHANGES.md to reflect the public api changes... That might have been easier in the old format of 1 PR per change. I'll probably do sub-bullets under the PR. |
So Release Notes for 1.1.0 state that Single has been promoted out of Beta, but it looks like it is not actually out of beta. |
No description provided.