From fd7ab78c1ac185ff7c78a078e896b9aa79676bc7 Mon Sep 17 00:00:00 2001 From: freddyaboulton Date: Tue, 24 Nov 2020 11:28:58 -0500 Subject: [PATCH] Adding PR 1464 to release notes --- docs/source/release_notes.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/release_notes.rst b/docs/source/release_notes.rst index 9a1a187614..cbc851d916 100644 --- a/docs/source/release_notes.rst +++ b/docs/source/release_notes.rst @@ -30,6 +30,7 @@ Release Notes * Reverted changes from :pr:`1337` :pr:`1409` * Updated data checks to return dictionary of warnings and errors instead of a list :pr:`1448` * Updated ``AutoMLSearch`` to pass ``Woodwork`` data structures to every pipeline (instead of pandas DataFrames) :pr:`1450` + * Changed ``make clean`` to delete coverage reports as a convenience for developers :pr:`1464` * Documentation Changes * Added description of CLA to contributing guide, updated description of draft PRs :pr:`1402` * Updated documentation to include all data checks, ``DataChecks``, and usage of data checks in AutoML :pr:`1412`