diff options
author | matt <matt@twilio.com> | 2016-08-29 11:17:30 -0700 |
---|---|---|
committer | matt <matt@twilio.com> | 2016-08-29 11:17:30 -0700 |
commit | 82f932cd8ca64def6539f74bcb0a24d54e1799a2 (patch) | |
tree | 062650ce9ca6d931982180e1dfbfc7b2340b4cbf | |
parent | 28f1ae776314ce91ed0ed8bb30c1c254389b074f (diff) | |
download | twilio-php-82f932cd8ca64def6539f74bcb0a24d54e1799a2.zip twilio-php-82f932cd8ca64def6539f74bcb0a24d54e1799a2.tar.gz twilio-php-82f932cd8ca64def6539f74bcb0a24d54e1799a2.tar.bz2 |
Update CHANGES.md for release
-rw-r--r-- | CHANGES.md | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,6 +1,17 @@ twilio-php Changelog ==================== +Version 5.1.1 +------------- +Released August 29, 2016 + +Changes the way that `uri`s are constructed to make sure that they are always +`rawurlencode()`d by the `twilio-php` library + +Updates the output of the unit tests on failure introducing a new method, +`assertRequest()`, that will output a friendlier error message when a request is +missing in the `Holodeck` network mock. + Version 5.1.0 ------------- Released August 19, 2016 |