----------------------
- Typo fixes in documentation.
- Indicate that Python 2.6 is no longer supported.
- Raise exceptions when arguments to :func:`requires` and :func:`returns` are
not either types or labels.
- Allow tuples are lists to be passed to :meth:`~modifier.Modifier.add`,
they will automatically be turned into a :func:`requires` or :func:`returns`.
- Better error messages when a requirement is not found in the
:class:`~context.Context`.
Thanks to Dani Fortunov for the documentation review.