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
* Changes user-device to device model identifier (#75)
* installs new deviceModel into EnvironmentReporter and renames old deviceModel to deviceType
* use CwSysCtl for macos model
* Replaced entire flag store ff array instead of in place manipulation
* Updated CHANGELOG and bumped version number
* Added correct copy behavior to FlagStore delete and update
* Improved CHANGELOG entry for 4.0.1
* Changed version to 4.1.0, updated CHANGELOG
* Update 4.1.0 release date
* installs ios-eventsource 4.0.2
* installs CocoaPods 1.7.2
* clears swift 5 update warning
* updates circle config to use xcode 10.2.1
* advances version to 4.1.1
* installs Nimble 8.0.2
* updates SwiftLint to 0.33.0
* Update 4.1.1 release date
* Improved CHANGELOG 4.1.1 description
* Made CHANGELOG 4.1.1 more consistent
* 4.1.2 release, updated version numbers and CHANGELOG
* Made 4.1.2 CHANGELOG entry more descriptive
* formatting
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,12 +5,17 @@ All notable changes to the LaunchDarkly iOS SDK will be documented in this file.
5
5
### Multiple Environment clients
6
6
Version 4.0.0 does not support multiple environments. If you use version `2.14.0` or later and set `LDConfig`'s `secondaryMobileKeys` you will not be able to migrate to version `4.0.0`. Multiple Environments will be added in a future release to the Swift SDK.
7
7
8
+
## [4.1.2] - 2019-07-11
9
+
### Fixed
10
+
- WatchKit is now conditionally imported in WatchOS only, to fix an error in Xcode 11.
11
+
- Comparing two nil objects of type `[String: Any]?` no longer causes a crash.
12
+
8
13
## [4.1.1] - 2019-07-09
9
-
### Change
14
+
### Changed
10
15
- Updated to `ios-eventsource` version `4.0.2`. This fixes a potential hang on LDClient start.
11
16
12
17
## [4.1.0] - 2019-06-19
13
-
### Change
18
+
### Changed
14
19
- Installs new `deviceModel` into `EnvironmentReporter` and renames old `deviceModel` to `deviceType`.
15
20
- Updated MacOS model detection to use `CwSysCtl`.
0 commit comments