diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 8fdadd8..8a83a9b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -13,7 +13,7 @@ Changelog avoiding a deprecation warning in the upcoming pytest 7.2.0. Contributed by Florian Bruhin in `#224 `_. * Don't save if ``--benchmark-disable`` is used. - Fixes `#205 `_. Contributed by Friedrich Delgado in `#207 `_. 3.4.1 (2021-04-17) @@ -82,7 +82,6 @@ Changelog * Various formatting, spelling and documentation fixes. Contributed by Ken Crowell, Ofek Lev, Matthew Feickert, Jose Eduardo, Anton Lodder, Alexander Duryagin and Grygorii Iermolenko in `#97 `_, - `#97 `_, `#105 `_, `#110 `_, `#111 `_, @@ -156,7 +155,7 @@ Changelog * Added ``--benchmark-colums`` command line option. It selects what columns are displayed in the result table. Contributed by Antonio Cuni in `#34 `_. * Added support for grouping by specific test parametrization (``--benchmark-group-by=param:NAME`` where ``NAME`` is your - param name). Contributed by Antonio Cuni in `#37 `_. + param name). Contributed by Antonio Cuni in `#37 `__. * Added support for ``name`` or ``fullname`` in ``--benchmark-sort``. Contributed by Antonio Cuni in `#37 `_. * Changed signature for ``pytest_benchmark_generate_json`` hook to take 2 new arguments: ``machine_info`` and ``commit_info``.