* Silence warnings about assertion format changes, since there's now no risk of this.
0.13.0
===================
* Use LocalVerifier by default, now that the hosted verifier has shut down.
0.12.0
===================
* Add support for extra "idpClaims" and "userClaims" when using the LocalVerifier class.
0.11.0
===================
* Have the local verifier validate that the email address is well-formed, to avoid passing e.g. null bytes through to code that doesn't properly handle them.
0.10.0
===================
* Add support for "idpClaims" and "userClaims" when generating test assertions. This helps when using this library to interact with Firefox Accounts.
0.9.2
==================
* Remove tuple paramter unpacking for python3. * Add "description" attribute to Error objects.