Skip to content

Commit f100e75

Browse files
committed
update changelog
1 parent 2d182bb commit f100e75

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CHANGES.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ twilio-ruby changelog
33

44
[2017-08-25] Version 5.2.0
55
---------------------------
6+
**Library**
7+
- Add `last_request`, `last_response` properties to http client for easier debugging.
8+
- Add `Request` class to abstract http client implementations.
9+
- Rename `TwilioResponse` to `Response` for consistency, deprecate `TwilioResponse` class.
10+
- Support libxml 2 and 3. Issue #315. Thanks @malmckay.
11+
- Add `inspect` methods to all classes. Thanks @malmckay.
12+
613
**Api**
714
- Update `status` enum for Recordings to include 'failed'
815
- Add `error_code` property on Recordings
@@ -12,7 +19,6 @@ twilio-ruby changelog
1219

1320
**Video**
1421
- New `media_region` parameter when creating a room, which controls which region media will be served out of.
15-
- Add `video_codec` enum and `video_codecs` parameter, which can be set to either `VP8` or `H264` during room creation.
1622

1723

1824
[2017-08-18] Version 5.1.2

0 commit comments

Comments
 (0)