Commit eabf479 1 parent 87e1568 commit eabf479 Copy full SHA for eabf479
File tree 2 files changed +10
-1
lines changed
2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -129,3 +129,12 @@ logic now normalizes the locale name to match the format that iOS accepts.
129
129
* June 21, 2024*
130
130
131
131
- Updates minimum supported OS versions.
132
+
133
+ ## Transifex iOS SDK 2.0.5
134
+
135
+ * July 3, 2024*
136
+
137
+ * Ensures that callbacks won't capture ` self ` strongly.
138
+ * Ensures Designed for iPhone/iPad apps use the proper device name.
139
+ * Discloses that completion handlers are called from background threads.
140
+ * Improves cache update after a ` fetchTranslations ` call.
Original file line number Diff line number Diff line change @@ -391,7 +391,7 @@ render '\(stringToRender)' locale code: \(localeCode) params: \(params). Error:
391
391
/// A static class that is the main point of entry for all the functionality of Transifex Native throughout the SDK.
392
392
public final class TXNative : NSObject {
393
393
/// The SDK version
394
- internal static let version = " 2.0.4 "
394
+ internal static let version = " 2.0.5 "
395
395
396
396
/// The filename of the file that holds the translated strings and it's bundled inside the app.
397
397
public static let STRINGS_FILENAME = " txstrings.json "
You can’t perform that action at this time.
0 commit comments