=========================
- Add CI testing for the features, release, and master
branches of ``pytest`` (PR `79`_).
- Document public API for ``_Result`` objects passed to wrappers
(PR `85`_).
- Document and test hook LIFO ordering (PR `85`_).
- Turn warnings into errors in test suite (PR `89`_).
- Deprecate ``_Result.result`` (PR `88`_).
- Convert ``_Multicall`` to a simple function distinguishing it from
the legacy version (PR `90`_).
- Resolve E741 errors (PR `96`_).
- Test and bug fix for unmarked hook collection (PRs `97`_ and
`102`_).
- Drop support for EOL Python 2.6 and 3.3 (PR `103`_).
- Fix ``inspect`` based arg introspection on py3.6 (PR `94`_).
.. _79: https://github.com/pytest-dev/pluggy/pull/79
.. _85: https://github.com/pytest-dev/pluggy/pull/85
.. _88: https://github.com/pytest-dev/pluggy/pull/88
.. _89: https://github.com/pytest-dev/pluggy/pull/89
.. _90: https://github.com/pytest-dev/pluggy/pull/90
.. _94: https://github.com/pytest-dev/pluggy/pull/94
.. _96: https://github.com/pytest-dev/pluggy/pull/96
.. _97: https://github.com/pytest-dev/pluggy/pull/97
.. _102: https://github.com/pytest-dev/pluggy/pull/102
.. _103: https://github.com/pytest-dev/pluggy/pull/103