Skip to content

Commit 5328be5

Browse files
author
Edward Smith
committed
Update change log.
1 parent 90b47bf commit 5328be5

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

Branch-SDK/Branch-SDK/BNCCommerceEvent.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ FOUNDATION_EXPORT BNCProductCategory _Nonnull BNCProductCategorySportingGoods;
3535
FOUNDATION_EXPORT BNCProductCategory _Nonnull BNCProductCategoryToysGames;
3636
FOUNDATION_EXPORT BNCProductCategory _Nonnull BNCProductCategoryVehiclesParts;
3737

38-
NSArray<BNCProductCategory>* BNCProductCategoryAllCategories(void);
38+
NSArray<BNCProductCategory>*_Nonnull BNCProductCategoryAllCategories(void);
3939

4040
#pragma mark - BNCCurrency
4141

@@ -234,7 +234,7 @@ FOUNDATION_EXPORT BNCCurrency _Nonnull BNCCurrencyYER;
234234
FOUNDATION_EXPORT BNCCurrency _Nonnull BNCCurrencyZAR;
235235
FOUNDATION_EXPORT BNCCurrency _Nonnull BNCCurrencyZMW;
236236

237-
NSArray<BNCCurrency>* BNCCurrencyAllCurrencies(void);
237+
NSArray<BNCCurrency>*_Nonnull BNCCurrencyAllCurrencies(void);
238238

239239
#pragma mark - BNCProduct
240240

ChangeLog.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
Branch iOS SDK Change Log
22

3+
- v0.24.2
4+
* Added `BNCProductCategoryAllCategories(void)` and `BNCCurrencyAllCurrencies(void)` convenience functions.
5+
* Updated Info.plist URI Filter and clarified documentation (DEVEX-343).
6+
- Updated our URI scheme filter that finds the URI scheme for the app.
7+
- Updated the documentation to clarify that the partner's app URI should be the first URI.
8+
- This clarifies GitHub issue #825.
9+
* Added code snippets that demonstrate Adjust reattribution in the Swift-TestBed demo app (ATAN-523).
10+
* Made sure that Foundation/Foundation.h is always imported first (DEVEX-333).
11+
312
- v0.24.1
413
* _*Master Release*_ - April 5, 2018
514
* Updated the SDK for Xcode 9.3 and Swift 4.1.

0 commit comments

Comments
 (0)