Skip to content

Commit 910c9c8

Browse files
committed
Update changelog.
1 parent c0d7ed0 commit 910c9c8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CHANGELOG.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
Changelog
33
=========
44

5-
4.0.0 (2022-10-25)
5+
4.0.0 (2022-10-26)
66
------------------
77

88
* Dropped support for legacy Pythons (2.7, 3.6 or older).
99
* Switched CI to GitHub Actions.
10+
* Removed dependency on the ``py`` library (that was not properly specified as a dependency anyway).
1011
* Fix skipping test in `test_utils.py` if appropriate VCS not available. Also fix typo.
1112
Contributed by Sam James in `#211 <https://github.com/ionelmc/pytest-benchmark/pull/211>`_.
12-
* Use ``pytest.hookimpl`` and ``pytest.hookspec`` to configure hooks,
13-
avoiding a deprecation warning in the upcoming pytest 7.2.0.
13+
* Added support for pytest 7.2.0 by using ``pytest.hookimpl`` and ``pytest.hookspec`` to configure hooks.
1414
Contributed by Florian Bruhin in `#224 <https://github.com/ionelmc/pytest-benchmark/pull/224>`_.
15-
* Don't save if ``--benchmark-disable`` is used.
15+
* Now no save is attempted if ``--benchmark-disable`` is used.
1616
Fixes `#205 <https://github.com/ionelmc/pytest-benchmark/issues/205>`_.
1717
Contributed by Friedrich Delgado in `#207 <https://github.com/ionelmc/pytest-benchmark/pull/207>`_.
1818

0 commit comments

Comments
 (0)