-----
- :meth:`gidgethub.sansio.Event.from_http` raises a :exc:`gidgethub.BadRequest` of ``415``
instead of ``400`` when a content-type other than ``application/json``
is provided.
- More robustly decode the body in :meth:`gidgethub.sansio.Event.from_http`
(i.e. if the ``content-type`` doesn't specify ``charset``, assume ``UTF-8``).
- Changed the signature of :class:`gidgethub.sansio.Event` to accept
:data:`typing.Any` for the *data* argument.
- Fixed signature verification.