Skip to content

Commit ec55412

Browse files
authored
Include #251 in the release notes for 1.0.0
Looks like #251 was forgotten in the changes for 1.0.0?
1 parent 08d5e0c commit ec55412

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,10 @@ Features
7979
8080
- `#309 <https://github.com/pytest-dev/pluggy/issues/309>`_: Add official support for Python 3.9.
8181

82+
- `#251 <https://github.com/pytest-dev/pluggy/issues/251>`_: Add ``specname`` option to ``@hookimpl``. If ``specname`` is provided, it will be used
83+
instead of the function name when matching this hook implementation to a hook specification during registration (allowing a plugin to register
84+
a hook implementation that was not named the same thing as the corresponding ``@hookspec``).
85+
8286

8387
pluggy 0.13.1 (2019-11-21)
8488
==========================

0 commit comments

Comments
 (0)