From a76cc8f8c4757452a35e4488a1b3264dc16b3931 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Thu, 2 Aug 2018 15:28:26 -0300 Subject: [PATCH] Add changelog for #3742 This was missing from PR #3751 --- CHANGELOG.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 2e4b3ea00..90e8cc1ac 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -19,6 +19,7 @@ Bug Fixes - `#3712 `_: Correctly represent the dimensions of an numpy array when calling ``repr()`` on ``approx()``. +- `#3742 `_: Fix incompatibility with third party plugins during collection, which produced the error ``object has no attribute '_collectfile'``. - `#3745 `_: Display the absolute path if ``cache_dir`` is not relative to the ``rootdir`` instead of failing.