forked from twilio/twilio-ruby
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGES
47 lines (29 loc) · 966 Bytes
/
CHANGES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
twilio-ruby changelog
=====================
Version 3.11.5
Released February 4
- Add bangs for twilify to indicate it's a dangerous operation.
- Remove reference to deprecated OpenSSL Digest parameter.
- Encode dates properly before passing them to the Twilio API.
Version 3.11.4
Released October 21, 2013
- Add support for listing IncomingPhoneNumbers by type.
- Add support for searching for mobile enabled numbers for
both IncomingPhoneNumbers and AvailablePhoneNumbers.
Version 3.11.3
Released October 15, 2013
- Restore support for versions of Ruby other than 2.0.0, which the
previous release removed.
Version 3.11.2
Released October 15, 2013
- Restore ability of `sms.messages` to make requests to /SMS/Messages.
Version 3.11.1
--------------
Released September 24, 2013
- Fix a bug causing request the new messages class to fail.
Version 3.11.0
-------------
Released September 18, 2013
- Add MMS support.
- Add SIP-In support.
- Add docs.