Skip to content

Commit 0f9f1ef

Browse files
author
Tyler Goodlet
committed
Update changelog in prep for next release
1 parent d53ff72 commit 0f9f1ef

File tree

1 file changed

+39
-2
lines changed

1 file changed

+39
-2
lines changed

CHANGELOG.rst

Lines changed: 39 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,48 @@
1313
- fix `#19`_: allow registering hookspecs from instances. The PR from
1414
`@tgoodlet`_ also modernized the varnames implementation.
1515

16-
16+
- resolve `#32`_: split up the test set into multiple modules.
17+
Thanks to `@RonnyPfannschmidt`_ for the PR and `@tgoodlet`_ for
18+
the initial request.
19+
20+
- resolve `#14`_: add full sphinx docs. Thanks to `@tgoodlet`_ for
21+
PR `#39`_.
22+
23+
- resolve `#44`_: move to new-style classes. Thanks to `@MichalTHEDUDE`_
24+
for PR `#46`_.
25+
26+
- add baseline benchmarking/speed tests using ``pytest-benchmark``
27+
in PR `#54`_. Thanks to `@tgoodlet`_.
28+
29+
- update the README to showcase the API. Thanks to `@tgoodlet`_ for the
30+
issue and PR `#55`_.
31+
32+
- deprecate ``__multicall__`` and add a faster call loop implementation.
33+
Thanks to `@tgoodlet`_ for PR `#58`_.
34+
35+
- raise a comprehensible error when a ``hookimpl`` is called with positional
36+
args. Thanks to `@RonnyPfannschmidt`_ for the issue and `@tgoodlet`_ for
37+
PR `#60`_.
38+
39+
- fix the ``firstresult`` test making it more complete
40+
and remove a duplicate of that test. Thanks to `@tgoodlet`_
41+
for PR `#62`_.
42+
43+
.. _#62: https://github.com/pytest-dev/pytest/pull/62
44+
.. _#60: https://github.com/pytest-dev/pytest/pull/60
45+
.. _#58: https://github.com/pytest-dev/pytest/pull/58
46+
.. _#55: https://github.com/pytest-dev/pytest/pull/55
47+
.. _#54: https://github.com/pytest-dev/pytest/pull/54
48+
.. _#46: https://github.com/pytest-dev/pytest/pull/46
49+
.. _#44: https://github.com/pytest-dev/pytest/issues/44
50+
.. _#39: https://github.com/pytest-dev/pytest/pull/39
51+
.. _#32: https://github.com/pytest-dev/pytest/pull/32
1752
.. _#19: https://github.com/pytest-dev/pytest/issues/19
1853
.. _#17: https://github.com/pytest-dev/pytest/issues/17
54+
.. _#14: https://github.com/pytest-dev/pytest/issues/14
1955

2056
.. _@tgoodlet: https://github.com/tgoodlet
57+
.. _@MichalTHEDUDE: https://github.com/MichalTHEDUDE
2158
.. _@vodik: https://github.com/vodik
2259
.. _@RonnyPfannschmidt: https://github.com/RonnyPfannschmidt
2360

@@ -46,7 +83,7 @@
4683
0.3.1
4784
-----
4885

49-
- avoid using deprecated-in-python3.5 getargspec method. Thanks
86+
- avoid using deprecated-in-python3.5 getargspec method. Thanks
5087
`@mdboom`_.
5188

5289
.. _@mdboom: https://github.com/mdboom

0 commit comments

Comments
 (0)