- API refactoring to support different key derivations. - Added attributes to exceptions so that you can inspect the data even if the signature check failed.
0.13
------------
Released 2012-06-10
- Small API change that enables customization of the digest module.
0.12
------------
Released 2012-02-22
- Fixed a problem with the local timezone being used for the epoch calculation. This might invalidate some of your signatures if you were not running in UTC timezone. You can revert to the old behavior by monkey patching ``itsdangerous.EPOCH``.
0.11
------------
Released 2011-07-07
- Fixed an uncaught value error.
0.10
------------
Released 2011-06-25
- Refactored interface that the underlying serializers can be swapped by passing in a module instead of having to override the payload loaders and dumpers. This makes the interface more compatible with Django's recent changes.