Skip to content

Commit

Permalink
Updaet changelog and correct attributions.
Browse files Browse the repository at this point in the history
  • Loading branch information
ionelmc committed Nov 28, 2015
1 parent 83b0add commit 9154be2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
4 changes: 4 additions & 0 deletions AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@ Authors

* Ionel Cristian Mărieș - http://blog.ionelmc.ro
* Marc Abramowitz - http://marc-abramowitz.com
* Dave Collins - https://github.com/thedavecollins
* Stefan Krastanov - http://blog.krastanov.org/
* Thomas Waldmann - https://github.com/ThomasWaldmann
* Antonio Cuni - http://antocuni.eu/en/
11 changes: 9 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
Changelog
=========

3.1.0 (unreleased)
------------------

* Added ``--benchmark-colums`` command line option. It selects what columns are displayed in the result table. Contributed by
Antonio Cuni in `PR#34 <https://github.com/ionelmc/pytest-benchmark/pull/34>`_.

3.0.0 (2015-11-08)
------------------

Expand Down Expand Up @@ -68,7 +74,8 @@ Changelog
3.0.0a1 (2015-09-13)
--------------------

* Added JSON report saving (the ``--benchmark-json`` command line arguments).
* Added JSON report saving (the ``--benchmark-json`` command line arguments). Based on initial work from Dave Collins in
`PR#8 <https://github.com/ionelmc/pytest-benchmark/pull/8>`_.
* Added benchmark data storage(the ``--benchmark-save`` and ``--benchmark-autosave`` command line arguments).
* Added comparison to previous runs (the ``--benchmark-compare`` command line argument).
* Added performance regression checks (the ``--benchmark-compare-fail`` command line argument).
Expand Down Expand Up @@ -156,5 +163,5 @@ Changelog
? (?)
-----

* Readme and styling fixes (contributed by Marc Abramowitz)
* Readme and styling fixes. Contributed by Marc Abramowitz in `PR#4 <https://github.com/ionelmc/pytest-benchmark/pull/4>`_.
* Lots of wild changes.

0 comments on commit 9154be2

Please sign in to comment.