Skip to content

Commit f027e51

Browse files
committed
docs: update CHANGELOG
1 parent e75974f commit f027e51

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
## Next Release
22

3+
* BREAKING CHANGES:
4+
* Feat: Completed migration to Federated Plugin structure. This requires one change:
5+
```dart
6+
/// old
7+
TwilioVoice.instance
8+
9+
// new
10+
TwilioVoicePlatform.instance
11+
```
312
* Feat: [Web] Add Twilio Device [DeviceState] accessor protecting un/registration.
413
* Feat: [Web] Add Twilio Device `updateToken(String)` function to allow updating of active device tokens.
514
* Fix: [Web] Twilio Device does not unregister on `unregister()` method call due to 'device.off' not visible in js object causing device event listeners to remain attached on unregistered device.

0 commit comments

Comments
 (0)