summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormatt <matt@twilio.com>2016-08-29 14:59:44 -0700
committermatt <matt@twilio.com>2016-08-29 14:59:44 -0700
commitedfc324e42a82294f5c3dbd38f838c0df57f165f (patch)
tree044806cc0b57e5b1665575b47da2f6a5cbf70597
parent8cceebe3a13395017e9ac845b9e6f1d2c4181ca3 (diff)
downloadtwilio-php-edfc324e42a82294f5c3dbd38f838c0df57f165f.zip
twilio-php-edfc324e42a82294f5c3dbd38f838c0df57f165f.tar.gz
twilio-php-edfc324e42a82294f5c3dbd38f838c0df57f165f.tar.bz2
Update the changelog for 5.2.0
-rw-r--r--CHANGES.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index e755916..8bfe8b2 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -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