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`