Adjust the CHANGELOG

This commit is contained in:
Bruno Oliveira 2022-03-20 20:40:18 -03:00 committed by GitHub
parent 919b82048e
commit d56af15f0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -1,2 +1 @@
Unnecessary numpy import in `ApproxSequenceLike` is removed. An unnecessary ``numpy`` import in `ApproxSequenceLike` was removed.
Also Approx's `test_error_messages` is separated for numpy and native datatypes.