Dropped support for Python 3.5 (38).
The new `get_field_meta_from_class` function offers the same functionality as
`ItemAdapter.get_field_meta` but for an item class, as opposed to an item
object (34, 35).
`ItemAdapter.__repr__` no longer raises exceptions caused by the underlying
item (31, 41).
Minor improvement to the release process (37), and cleanup of test warnings (40).