diff --git a/RELEASE.md b/RELEASE.md index 169485d03e..95e51359a9 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -17,6 +17,8 @@ ## Bug fixes and other changes * Updated `kedro pipeline create` and `kedro catalog create` to use new `/conf` file structure. +* Converted `setup.py` in default template to `pyproject.toml` and moved flake8 configuration + to dedicated file `.flake8`. ## Documentation changes * Revised the `data` section to restructure beginner and advanced pages about the Data Catalog and datasets.