Skip to content

Commit 557cd3f

Browse files
author
Tyler Goodlet
committed
Fix links; add missing entry
1 parent 8568de7 commit 557cd3f

File tree

1 file changed

+21
-17
lines changed

1 file changed

+21
-17
lines changed

CHANGELOG.rst

Lines changed: 21 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
0.5.1
22
-----
33
- fix a bug and add tests for case where ``firstresult`` hooks return
4-
``None`` results. Thanks to `@RonnyPfannschmidt`_ and `@tgoodlet`
4+
``None`` results. Thanks to `@RonnyPfannschmidt`_ and `@tgoodlet`_
55
for the issue (`#68`_) and PR (`#69`_) respectively.
66

7-
.. _#69: https://github.com/pytest-dev/pytest/pull/69
8-
.. _#68: https://github.com/pytest-dev/pytest/issuses/68
7+
.. _#69: https://github.com/pytest-dev/pluggy/pull/69
8+
.. _#68: https://github.com/pytest-dev/pluggy/issuses/68
99

1010
0.5.0
1111
-----
@@ -29,6 +29,9 @@
2929
- resolve `#14`_: add full sphinx docs. Thanks to `@tgoodlet`_ for
3030
PR `#39`_.
3131

32+
- add hook call mismatch warnings. Thanks to `@tgoodlet`_ for the
33+
PR `#42`_.
34+
3235
- resolve `#44`_: move to new-style classes. Thanks to `@MichalTHEDUDE`_
3336
for PR `#46`_.
3437

@@ -49,18 +52,19 @@
4952
and remove a duplicate of that test. Thanks to `@tgoodlet`_
5053
for PR `#62`_.
5154

52-
.. _#62: https://github.com/pytest-dev/pytest/pull/62
53-
.. _#60: https://github.com/pytest-dev/pytest/pull/60
54-
.. _#58: https://github.com/pytest-dev/pytest/pull/58
55-
.. _#55: https://github.com/pytest-dev/pytest/pull/55
56-
.. _#54: https://github.com/pytest-dev/pytest/pull/54
57-
.. _#46: https://github.com/pytest-dev/pytest/pull/46
58-
.. _#44: https://github.com/pytest-dev/pytest/issues/44
59-
.. _#39: https://github.com/pytest-dev/pytest/pull/39
60-
.. _#32: https://github.com/pytest-dev/pytest/pull/32
61-
.. _#19: https://github.com/pytest-dev/pytest/issues/19
62-
.. _#17: https://github.com/pytest-dev/pytest/issues/17
63-
.. _#14: https://github.com/pytest-dev/pytest/issues/14
55+
.. _#62: https://github.com/pytest-dev/pluggy/pull/62
56+
.. _#60: https://github.com/pytest-dev/pluggy/pull/60
57+
.. _#58: https://github.com/pytest-dev/pluggy/pull/58
58+
.. _#55: https://github.com/pytest-dev/pluggy/pull/55
59+
.. _#54: https://github.com/pytest-dev/pluggy/pull/54
60+
.. _#46: https://github.com/pytest-dev/pluggy/pull/46
61+
.. _#44: https://github.com/pytest-dev/pluggy/issues/44
62+
.. _#42: https://github.com/pytest-dev/pluggy/pull/42
63+
.. _#39: https://github.com/pytest-dev/pluggy/pull/39
64+
.. _#32: https://github.com/pytest-dev/pluggy/pull/32
65+
.. _#19: https://github.com/pytest-dev/pluggy/issues/19
66+
.. _#17: https://github.com/pytest-dev/pluggy/issues/17
67+
.. _#14: https://github.com/pytest-dev/pluggy/issues/14
6468

6569

6670
0.4.0
@@ -77,8 +81,8 @@
7781
- better error message when loading setuptools entrypoints fails
7882
due to a ``VersionConflict``. Thanks `@blueyed`_.
7983

80-
.. _#11: https://github.com/pytest-dev/pytest/issues/11
81-
.. _#4: https://github.com/pytest-dev/pytest/issues/4
84+
.. _#11: https://github.com/pytest-dev/pluggy/issues/11
85+
.. _#4: https://github.com/pytest-dev/pluggy/issues/4
8286

8387
.. _@blueyed: https://github.com/blueyed
8488
.. _@nicoddemus: https://github.com/nicoddemus

0 commit comments

Comments
 (0)