-
Notifications
You must be signed in to change notification settings - Fork 38
update for 2.0.0 release #192
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
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.
Lgtm
…y/android-sdk into update/for2.0.0release
CHANGELOG.md
Outdated
@@ -1,5 +1,54 @@ | |||
# Optimizely Android X SDK Changelog | |||
|
|||
## 2.0.0 | |||
|
|||
April 13th, 2018 |
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.
April 25th 😀
* We have removed deprecated classes with the `NotificationBroadcaster` in favor of the new API with the `NotificationCenter`. We have streamlined the API so that it is easily usable with Java Lambdas in *Java 1.8+*. We have also added some convenience methods to add these listeners. Finally, some of the API names have changed slightly (e.g. `clearAllNotifications()` is now `clearAllNotificationListeners()`) | ||
|
||
### Bug Fixes | ||
* Fix for the following issue: |
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.
If there are any Github issues that track these we can link em here via Fixes [88](https://github....)
No description provided.