File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,20 @@ twilio-python Changelog
3
3
4
4
Here you can see the full list of changes between each twilio-python release.
5
5
6
+ Version 3.5.0
7
+ -------------
8
+
9
+ Released on May 21, 2013
10
+
11
+ - ` date_created ` and ` date_updated ` objects are now returned as Python
12
+ ` datetime.datetime ` objects instead of as RFC 2822 formatted strings. This is
13
+ a backwards incompatible change. (via [ @abrinsmead ] ( /abrinsmead ) )
14
+ - The library will not throw a UnicodeDecodeError when parsing API responses
15
+ with Python 3.
16
+ - You can pass integers to Twiml arguments. (via [ @jvankoten ] ( /jvankoten ) )
17
+ - Ensuring the tests always pass on Python 3. (via [ @ftobia ] ( /ftobia ) )
18
+ - Fixes a timing attack vector in signature validation. (via [ @zacharyvoase ] ( /zacharyvoase ) )
19
+
6
20
Version 3.4.5
7
21
-------------
8
22
You can’t perform that action at this time.
0 commit comments