Skip to content

Commit

Permalink
Fix CHANGELOG for #72
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoddemus committed Jan 4, 2022
1 parent ff069c4 commit cc648f0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGELOG.rst
@@ -1,8 +1,12 @@
2.4.0 (UNRELEASED)
------------------

* `#72 <https://github.com/ESSS/pytest-regressions/pull/72>`__: New ``ndarrays_regression``, for comparing NumPy arrays with arbitrary shape.

2.3.0 (2022-01-04)
------------------

* `#54 <https://github.com/ESSS/pytest-regressions/pull/54>`__: New ``--with-test-class-names`` command-line flag to consider test class names when composing the expected and obtained data filenames. Needed when the same module contains different classes with the same method names.
* `#72 <https://github.com/ESSS/pytest-regressions/pull/72>`__: New ``ndarrays_regression``, for comparing NumPy arrays with arbitrary shape.
* `#74 <https://github.com/ESSS/pytest-regressions/pull/74>`__: Fix ``empty string bug`` on dataframe regression.

2.2.0 (2020-01-27)
Expand Down

0 comments on commit cc648f0

Please sign in to comment.