This commit is contained in:
Brian Bowman 2019-03-29 11:14:12 -07:00
Родитель a3d5bf7e52 e7bab1b963
Коммит 7979a06a34
1 изменённых файлов: 14 добавлений и 0 удалений

Просмотреть файл

@ -1,3 +1,16 @@
## 1.2.0
### Deprecated (2 changes)
- Add improved async methods for APIs that could hit web endpoints. Deprecate old versions that only returned success/fail.
- Add new mechanism to be able to check up front if a notification is intended for the ConnectedDevicesPlatform. Deprecate old notification processing.
### Fixed (1 change)
- Update UserDataFeedSyncScope to be a class instead of an interface.
## 1.1.0
@ -77,3 +90,4 @@
### Removed (1 change)
- Remove UserNotificationReaderOptions constructors except for default.