diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 013e891d8..86a2d9b84 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1630,7 +1630,7 @@ Bug Fixes - `#2220 `_: Fix a bug where fixtures overridden by direct parameters (for example parametrization) were being instantiated even if they were not being used by a test. -- `#3695 `_: Fix ``ApproxNumpy`` initialisation argument mixup, ``abs`` and ``rel`` tolerances were flipped causing strange comparsion results. +- `#3695 `_: Fix ``ApproxNumpy`` initialisation argument mixup, ``abs`` and ``rel`` tolerances were flipped causing strange comparison results. Add tests to check ``abs`` and ``rel`` tolerances for ``np.array`` and test for expecting ``nan`` with ``np.array()``