diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 75b1b27e..52be1f9c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,18 @@ +========= +Changelog +========= + +.. towncrier release notes start + +pluggy 0.10.0 (2019-05-07) +========================== + +Features +-------- + +- `#199 `_: Switch from ``pkg_resources`` to ``importlib-metadata`` for entrypoint detection for improved performance and import time. + + pluggy 0.9.0 (2019-02-21) ========================= @@ -49,21 +64,6 @@ Trivial/Internal Changes - `#57 `_: Encapsulate hook specifications in a type for easier introspection. -========= -Changelog -========= - -.. towncrier release notes start - -pluggy 0.10.0 (2019-05-07) -========================== - -Features --------- - -- `#199 `_: Switch from ``pkg_resources`` to ``importlib-metadata`` for entrypoint detection for improved performance and import time. - - pluggy 0.7.1 (2018-07-28) =========================