-
Notifications
You must be signed in to change notification settings - Fork 32
update changelog #165
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
update changelog #165
Conversation
CHANGELOG.md
Outdated
|
||
January 30, 2018 | ||
|
||
This release adds support for bucketing id (By passing in `$opt_bucketing_id` in the attribute map to override the user id as the bucketing variable. This is useful when wanting a set of users to share the same experience such as two players i n a game). This release also depricates the old notification broadcaster in favor of a notification center that supports a wide range of notifications. The notification center is also consistently implemented in all Optimizely SDKs. |
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.
remove the space between i
and n
at "players i n a game".
CHANGELOG.md
Outdated
### New Features | ||
|
||
- Added `$opt_bucketing_id` in the attribute map for overriding bucketing using the user id. | ||
- Optimizely notificaiton center for activate and track notifiations. |
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.
give a more in depth description of what the notification center is and how it works.
CHANGELOG.md
Outdated
|
||
### Breaking Changes | ||
|
||
- Nothing breaking from 1.8.1 |
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 remove this
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
* update changelog * address comments and expand on notification listener.
No description provided.