diff options
author | matt <matt@twilio.com> | 2016-08-29 14:59:44 -0700 |
---|---|---|
committer | matt <matt@twilio.com> | 2016-08-29 14:59:44 -0700 |
commit | edfc324e42a82294f5c3dbd38f838c0df57f165f (patch) | |
tree | 044806cc0b57e5b1665575b47da2f6a5cbf70597 | |
parent | 8cceebe3a13395017e9ac845b9e6f1d2c4181ca3 (diff) | |
download | twilio-php-edfc324e42a82294f5c3dbd38f838c0df57f165f.zip twilio-php-edfc324e42a82294f5c3dbd38f838c0df57f165f.tar.gz twilio-php-edfc324e42a82294f5c3dbd38f838c0df57f165f.tar.bz2 |
Update the changelog for 5.2.0
-rw-r--r-- | CHANGES.md | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,6 +1,16 @@ twilio-php Changelog ==================== +[2016-08-29] Version 5.2.0 +-------------------------- +**Breaking Changes, refer to [Upgrade Guide][upgrade]** + + - New options for Conference Participant management. + - Adds support for `hold`, `holdUrl`, `holdMethod` + - Mount `ip-messaging` under the new `chat` domain + - Demote `assignmentCallbackUrl` from a required argument to optional for + Taskrouter Workflows to better support client managed reservations. + [2016-08-29] Version 5.1.1 -------------------------- Changes the way that `uri`s are constructed to make sure that they are always @@ -539,3 +549,4 @@ Released on March 14, 2012 - If no version is passed to the Services_Twilio constructor, the library will default to the most recent API version. +[upgrade]: https://github.com/twilio/twilio-php/blob/master/UPGRADE.md
\ No newline at end of file |