From 3151bd078c46749b8a9d2a87f1bddbf4592ba77a Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Tue, 4 Jan 2022 10:25:16 -0300 Subject: [PATCH] Move #72 back to 2.3.0 In the end the main change was released. --- CHANGELOG.rst | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 3477cac..0990636 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,12 +1,8 @@ -2.4.0 (UNRELEASED) ------------------- - -* `#72 `__: New ``ndarrays_regression``, for comparing NumPy arrays with arbitrary shape. - 2.3.0 (2022-01-04) ------------------ * `#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 `__: New ``ndarrays_regression``, for comparing NumPy arrays with arbitrary shape. * `#74 `__: Fix ``empty string bug`` on dataframe regression. 2.2.0 (2020-01-27)