Skip to content

Commit 1c686ad

Browse files
authored
chore: add OptimizelyConfig deprecation note to changelog (#437)
1 parent e0bc19a commit 1c686ad

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,21 @@
44
September 15, 2021
55

66
### 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))
88
- sdkKey
99
- environmentKey
1010
- attributes
1111
- audiences
1212
- events
13-
- experimentRules and deliveryRules to OptimizelyFeature
14-
- audiences to OptimizelyExperiment
13+
- experimentRules and deliveryRules to `OptimizelyFeature`
14+
- audiences to `OptimizelyExperiment`
1515
* 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).
1616

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))
20+
21+
1722
## 3.8.1
1823
August 6, 2021
1924

0 commit comments

Comments
 (0)