Skip to content

Commit

Permalink
Docs: corrected previous release notes entry (via PR kedro-org#266, r…
Browse files Browse the repository at this point in the history
…elated to issue kedro-org#256. Added new release notes entry for PR kedro-org#268, related to issue kedro-org#265

[skip ci]
  • Loading branch information
neomatrix369 committed Mar 9, 2020
1 parent 69ad893 commit 123c4b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
## Bug fixes and other changes
* Fixed a bug where a new version created mid-run by an external system caused inconsistencies in the load versions used in the current run.
* Documentation improvements.
* Updated contribution process in `CONTRIBUTING.md` - added Developer Workflow
* Added facility to create an isolated Kedro development environment with the help of Docker containers

## Breaking changes to the API
* Made `invalidate_cache` method on datasets private.
Expand All @@ -14,7 +16,7 @@
* The `release()` method on datasets extending ``AbstractVersionedDataSet`` clears the cached load and save version. All custom datasets must call `super()._release()` inside `_release()`.

## Thanks for supporting contributions
[@foolsgold](https://github.com/foolsgold), [Priyanka Shanbhag](https://github.com/priyanka1414), [Luis Blanche](https://github.com/LuisBlanche)
[@foolsgold](https://github.com/foolsgold), [Mani Sarkar](https://github.com/neomatrix369), [Priyanka Shanbhag](https://github.com/priyanka1414), [Luis Blanche](https://github.com/LuisBlanche)

# 0.15.8

Expand All @@ -39,12 +41,10 @@
## Bug fixes and other changes

* Fixed the link to the Kedro banner image in the documentation.
* Updated contribution process in `CONTRIBUTING.md` - added Developer Workflow

## Breaking changes to the API

## Thanks for supporting contributions
[Mani Sarkar](https://github.com/neomatrix369)

# 0.15.6

Expand Down

0 comments on commit 123c4b5

Please sign in to comment.