Skip to content

Commit 36086e4

Browse files
authored
Update CHANGELOG.md
1 parent 90967be commit 36086e4

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### Version 4.11.1 (xxth March 2017)
1+
### Version 4.11.1 (29th March 2017)
22
#### Added
33
- **[iOS]** Added nullability annotations to public headers for Swift 3.0 compatibility.
44
- **[iOS]** Added `BITCODE_GENERATION_MODE` to iOS framework for `Carthage` support.
@@ -12,14 +12,16 @@
1212
- **[iOS]** Fixed handling of `null` being passed as currency value for iOS platform.
1313
- **[iOS]** Fixed not processing of `sdk_info` package type causing logs not to print proper package name once tracked.
1414
- **[AND]** Fixed query string parsing.
15+
- **[iOS][AND]** Fixed random occurrence of attribution request being fired before session request.
1516
- **[AND]** Fixed issue of creating and destroying lots of threads on certain Android API levels (https://github.com/adjust/android_sdk/issues/265).
1617
- **[AND]** Protected `Package Manager` from throwing unexpected exceptions (https://github.com/adjust/android_sdk/issues/266).
17-
- **[iOS][AND]** Fixed random occurrence of attribution request being fired before session request.
18+
- **[iOS]** Fixed exception being thrown when currency is being set to `null` (https://github.com/adjust/unity_sdk/issues/102).
1819

1920
#### Changed
2021
- **[AND]** Garanteed that access of `Activity Handler` to internal methods is done through it's executor.
21-
- **[iOS]** Updated native iOS SDK to version **4.11.2**.
22+
- **[iOS]** Updated native iOS SDK to version **4.11.3**.
2223
- **[AND]** Updated native Android SDK to version **4.11.2**.
24+
- **[DOC]** Introduced `[iOS]`, `[AND]`, `[WIN]` and `[DOC]` tags to `CHANGELOG` to highlight the platform the change is referring to.
2325

2426
---
2527

0 commit comments

Comments
 (0)