-------------
Released on May 21, 2013
- `date_created` and `date_updated` objects are now returned as Python
`datetime.datetime` objects instead of as RFC 2822 formatted strings. This is
a backwards incompatible change. (via [abrinsmead](/abrinsmead))
- The library will not throw a UnicodeDecodeError when parsing API responses
with Python 3.
- You can pass integers to Twiml arguments. (via [jvankoten](/jvankoten))
- Ensuring the tests always pass on Python 3. (via [ftobia](/ftobia))
- Add the list of AUTHORS
- Fixes a timing attack vector in signature validation. (via [zacharyvoase](/zacharyvoase))