8000 Update changelog · jkzilla/twilio-python@e9505f9 · GitHub
[go: up one dir, main page]

Skip to content

Commit e9505f9

Browse files
author
Kevin Burke
committed
Update changelog
1 parent 4f17f2c commit e9505f9

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGES.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@ twilio-python Changelog
33

44
Here you can see the full list of changes between each twilio-python release.
55

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+
620
Version 3.4.5
721
-------------
822

0 commit comments

Comments
 (0)
0