Skip to content

Commit 1888539

Browse files
committed
Update CHANGELOG
1 parent d4e5d3e commit 1888539

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,15 @@
55
### New Features
66

77
- **AWS IoT**
8-
- Added an overloaded version of `subscribeToTopic()` method, `public void subscribeToTopic(final String topic, final AWSIotMqttQos qos, final AWSIotMqttSubscriptionStatusCallback subscriptionStatusCallback, final AWSIotMqttNewMessageCallback callback);`, in `AWSIotMqttManager` which accepts subscription status callback to notify users of the status of subscription operation. See [Issue#1005](https://github.com/aws-amplify/aws-sdk-android/issues/1005) for details.
8+
- Added an overloaded version of `subscribeToTopic()` method,
9+
`public void subscribeToTopic(final String topic, final AWSIotMqttQos qos, final AWSIotMqttSubscriptionStatusCallback subscriptionStatusCallback, final AWSIotMqttNewMessageCallback callback);`,
10+
in `AWSIotMqttManager` which accepts subscription status callback to notify users of the status of subscription operation.
11+
See [Issue#1005](https://github.com/aws-amplify/aws-sdk-android/issues/1005) for details.
12+
13+
### Misc. Updates
14+
15+
- Model updates for the following services
16+
- Amazon Polly
917

1018
## [Release 2.14.1](https://github.com/aws/aws-sdk-android/releases/tag/release_v2.14.1)
1119

0 commit comments

Comments
 (0)