Skip to content

Commit 816d932

Browse files
committed
Fixing URL and addressing feedback
1 parent caacedd commit 816d932

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ The 3.0 release improves event tracking and supports additional audience targeti
2424

2525
### Breaking Changes:
2626
* Previously, notification listeners were only given string-valued user attributes because only strings could be passed into various method calls. That is no longer the case. You may pass non-string attribute values, and if you do, you must update your notification listeners to be able to receive whatever values you pass in.
27-
* We're also renaming `clearNotifications` and `cleanAllNotifications` methods. They're now called `clearNotificationListeners` and `clearAllNotificationListeners`, respectively. The original methods are now deprecated and will be dropped in a future release. ([#120](https://github.com/optimizely/php-sdk/pull/120))
27+
* We're also renaming the `clearNotifications` and `cleanAllNotifications` methods. They're now called `clearNotificationListeners` and `clearAllNotificationListeners`, respectively. The original methods are now deprecated and will be dropped in a future release. ([#120](https://github.com/optimizely/php-sdk/pull/120))
2828

2929
### Bug Fixes:
3030
* Experiments and features can no longer activate when a negatively targeted attribute has a missing, null, or malformed value.
3131
* Audience conditions (except for the new `exists` matcher) no longer resolve to `false` when they fail to find an legitimate value for the targeted user attribute. The result remains `null` (unknown). Therefore, an audience that negates such a condition (using the `"not"` operator) can no longer resolve to `true` unless there is an unrelated branch in the condition tree that itself resolves to `true`.
3232
* All methods now validate that user IDs are strings and that experiment keys, feature keys, feature variable keys, and event keys are non-empty strings.
33-
* Ignore the user's whitelisted variation if it has been stopped. ([#123](Ignore the user’s whitelisted variation if it has been stopped. (#123))
33+
* Ignore the user's whitelisted variation if it has been stopped. ([#123](https://github.com/optimizely/php-sdk/pull/123))
3434

3535
## 2.2.1
3636
November 14th, 2018

0 commit comments

Comments
 (0)