From a95ce7aa4dee49b6c17aeb082c8b88072fa47cf4 Mon Sep 17 00:00:00 2001 From: Merel Theisen <49397448+merelcht@users.noreply.github.com> Date: Thu, 27 Apr 2023 17:26:45 +0100 Subject: [PATCH] Add missing change to release notes (#2544) * Add missing change to release notes Signed-off-by: Merel Theisen * Update RELEASE.md Added documentation changes --------- Signed-off-by: Merel Theisen Co-authored-by: Jo Stichbury --- RELEASE.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index 7930d0f7e5..746cbb4fe0 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -12,13 +12,22 @@ # Upcoming Release 0.18.8 ## Major features and improvements +* Removed logs folder from the kedro new project template. File-based logging will remain but just be level INFO and above and go to project root instead. ## Bug fixes and other changes * Improvements to documentation about configuration. * Improvements to Jupyter E2E tests. -* Improvements to documentation on visualising Kedro projects on Databricks. * Added full `kedro run` CLI command to session store to improve run reproducibility using `Kedro-Viz` experiment tracking. +### Documentation changes +* Improvements to Sphinx toolchain including incrementing to use a newer version. +* Improvements to documentation on visualising Kedro projects on Databricks, and additional documentation about the development workflow for Kedro projects on Databricks. +* Updated Technnical Steering Committee membership documentation. +* Revised documentation section about linting and formatting and extended to give details of `flake8` configuration. +* Updated table of contents for documentation to reduce scrolling. +* Expanded FAQ documentation. +* Added a 404 page to documentation. + ## Breaking changes to the API ## Upcoming deprecations for Kedro 0.19.0