Skip to content

Commit d0ccd42

Browse files
Update CHANGELOG.md
1 parent 22c76c7 commit d0ccd42

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
11
## 8.10.0
2-
32
### 🎉 Features
4-
Improved the API URL configuration by moving to a platform-specific setup.
3+
**Introduced platform-specific API URL configuration.** This allows developers to define different API endpoints for Android and iOS in `branch-config.json`.
54
- Added key `apiUrlAndroid` in `branch-config.json` to configure the API URL for the Android platform.
65
- Added key `apiUrlIOS` in `branch-config.json` to configure the API URL for the iOS platform.
76

8-
This allows developers to define different API endpoints (or keep the SDK default) for Android and iOS within the `branch-config.json` file.
9-
107
### 🗑️ Removals
11-
- ⚠️ The `apiUrl` key has been removed from `branch-config.json`. Please update your configuration to use the new platform-specific keys.
12-
8+
- ⚠️ The generic `apiUrl` key has been removed from `branch-config.json`. Please update your configuration to use the new platform-specific keys (`apiUrlAndroid` and `apiUrlIOS`).
139

1410
## 8.9.0+1
1511
### 🎉 Fixes

0 commit comments

Comments
 (0)