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
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,16 @@
1
1
# Optimizely Objective-C SDK Changelog
2
2
3
+
## 3.1.2
4
+
July 15th, 2019
5
+
6
+
This includes a fix of a minor bug that OPTLYClient may be initialized redundantly. It also embeds copies of Optimizely X.509 certificates for optional TLS certificate pinning support.
7
+
8
+
### New Features
9
+
* Copies of root X.509 certificates are included in OptimizelySDKCore framework bundle (for optional TLS certificate pinning).
10
+
11
+
### Bug Fixes:
12
+
* OPTLYClient initialization is changed from `[[OPTLYClient new] initWithBuilder:]` to `[[OPTLYClient alloc] initWithBuilder:]` to avoid redundant initialization.
0 commit comments