You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8-3Lines changed: 8 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -4,16 +4,21 @@
4
4
September 15, 2021
5
5
6
6
### New Features
7
-
* Add new public properties to OptimizelyConfig. ([#417](https://github.com/optimizely/swift-sdk/pull/417), [#418](https://github.com/optimizely/swift-sdk/pull/418))
7
+
* Add new public properties to `OptimizelyConfig`. ([#417](https://github.com/optimizely/swift-sdk/pull/417), [#418](https://github.com/optimizely/swift-sdk/pull/418))
8
8
- sdkKey
9
9
- environmentKey
10
10
- attributes
11
11
- audiences
12
12
- events
13
-
- experimentRules and deliveryRules to OptimizelyFeature
14
-
- audiences to OptimizelyExperiment
13
+
- experimentRules and deliveryRules to `OptimizelyFeature`
14
+
- audiences to `OptimizelyExperiment`
15
15
* For details, refer to our documentation page: [https://docs.developers.optimizely.com/full-stack/v4.0/docs/optimizelyconfig-swift](https://docs.developers.optimizely.com/full-stack/v4.0/docs/optimizelyconfig-swift).
16
16
17
+
### Deprecated
18
+
19
+
*`OptimizelyFeature.experimentsMap` of `OptimizelyConfig` is deprecated as of this release. Please use `OptimizelyFeature.experimentRules` and `OptimizelyFeature.deliveryRules`. ([#418](https://github.com/optimizely/swift-sdk/pull/418))
0 commit comments