Skip to content

Commit 733f7e4

Browse files
authored
Put in the correct date for the 2.0 beta. (#83)
1 parent 7b7f987 commit 733f7e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/optimizely-sdk/CHANGELOG.MD

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## 2.0.0-beta1
2-
April 15th, 2018
2+
March 29th, 2018
33

44
This major release of the Optimizely SDK introduces APIs for Feature Management. It also introduces some breaking changes listed below.
55

@@ -9,7 +9,7 @@ This major release of the Optimizely SDK introduces APIs for Feature Management.
99
var enabled = optimizelyClient.isFeatureEnabled('my_feature_key', 'user_1', userAttributes);
1010
```
1111

12-
* You can also get all the enabled features for the user by calling:
12+
* You can also get all the enabled features for the user by calling the following method which returns a list of strings representing the feature keys:
1313
```
1414
var enabledFeatures = optimizelyClient.getEnabledFeatures('user_1', userAttributes);
1515
```

0 commit comments

Comments
 (0)