Skip to content

Commit 08e30b9

Browse files
Updated the Changelog for 1.5.0 release.
1 parent a2635a9 commit 08e30b9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Optimizely Objective-C SDK Changelog
22
## 1.5.0
3-
November 16, 2017
3+
December 6, 2017
44

55
### New Features
66
Introduced the following simplified initialization APIs:
@@ -47,6 +47,7 @@ Introduced the following simplified initialization APIs:
4747
OPTLYClient * _Nullable client))callback;
4848
```
4949
### Bug Fixes:
50+
* Added `libsqlite3.tbd` to the Shared framework podspec and linked it in the build settings.
5051
* Crash caused by `Fatal Exception: NSRangeException` in `OPTLYHTTPRequestManager.m`. This crash occurred during a backoff retry in a datafile download or event dispatch because data strutures that were not threadsafe (used only for testing) were being modified. To resolve this, the data structures were wrapped in a flag and are only modifiable if unit tests are running.
5152

5253
### Cleanup:

0 commit comments

Comments
 (0)