Skip to content

Commit de22cca

Browse files
add change log
1 parent e0cb996 commit de22cca

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Optimizely Swift SDK Changelog
2+
3+
## 3.1.0-RC
4+
Date
5+
6+
This the initial release of the Swift SDK. It is a pure Swift implementation take complete advantage of language features and performance. It supports objective-C as well through objective-c only API. It uses Swift 4.2 but we will be upgrading to 5.0 soon.
7+
8+
This modernized version of the SDK is meant to replace the Objective-C SDK.
9+
10+
### New Features
11+
* No new features for this release. It supports all of the 3.1 features in all of Optimizély's SDKs.
12+
13+
### Bug Fixes:
14+
* Change all instances of attributes and eventTags from NSDictionary<NSString*,NSObject*> to NSDictionary<NSString*,id>
15+
16+
### Breaking Changes
17+

0 commit comments

Comments
 (0)