Skip to content

Commit cb8dec1

Browse files
committed
add deprecations to next version's changelog
1 parent abc29dc commit cb8dec1

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## 6.3.2
6+
#### Removed
7+
- The following calls that were previously marked as deprecated have been removed:
8+
- `IterableAPI.track(inAppOpen messageId: String)`
9+
- `IterableAPI.track(inAppClick messageId: String, buttonURL: String)`
10+
- `IterableAPI.inAppConsume(messageId: String)`
11+
- `IterableAPI.getAndTrack(deeplink webpageURL: URL, callbackBlock: @escaping ITEActionBlock)`
12+
- `IterableAPI.showSystemNotification(withTitle title: String, body: String, button: String?, callbackBlock: ITEActionBlock?)`
13+
- `IterableAPI.showSystemNotification(withTitle title: String, body: String, buttonLeft: String?, buttonRight: String?, callbackBlock: ITEActionBlock?)`
14+
515
## 6.3.1
616
#### Added
717
- The following properties have been added to the `CommerceItem` class:

0 commit comments

Comments
 (0)