From 9b2102607a41278bd65cbd4ffdf682ec249e27a3 Mon Sep 17 00:00:00 2001 From: Florian Gaudin-Delrieu <9217921+FlorianGD@users.noreply.github.com> Date: Wed, 21 Sep 2022 09:01:46 +0200 Subject: [PATCH] update RELEASE.md Signed-off-by: Florian Gaudin-Delrieu --- RELEASE.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index 7102a1a360..706ffbef72 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -14,6 +14,8 @@ ## Bug fixes and other changes +* Fix `kedro micropkg pull` for packages on PyPI. + ## Breaking changes to the API # Release 0.18.3 @@ -36,7 +38,6 @@ * The Kedro IPython extension should now be loaded with `%load_ext kedro.ipython`. * The line magic `%reload_kedro` now accepts keywords arguments, e.g. `%reload_kedro --env=prod`. * Improved resume pipeline suggestion for `SequentialRunner`, it will backtrack the closest persisted inputs to resume. -* Fix `kedro micropkg pull` for packages on PyPI. ## Bug fixes and other changes