diff --git a/RELEASE.md b/RELEASE.md index d50e1b936d..56aec244ee 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -6,11 +6,12 @@ * Kedro commands now work from any subdirectory within a Kedro project. * Kedro CLI now provides a better error message when project commands are run outside of a project i.e. `kedro run`. * Dropped the dependency on `toposort` in favour of the built-in `graphlib` module. -* Improve the performance of `Pipeline` object creation and summing. +* Improved the performance of `Pipeline` object creation and summing. ## Bug fixes and other changes * Updated `kedro pipeline create` and `kedro pipeline delete` to read the base environment from the project settings. * Updated CLI command `kedro catalog resolve` to read credentials properly. +* Updated ``.gitignore`` to prevent pushing Mlflow local runs folder to a remote forge when using mlflow and git. ## Breaking changes to the API * Methods `_is_project` and `_find_kedro_project` have been moved to `kedro.utils`. We recommend not using private methods in your code, but if you do, please update your code to use the new location.