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. [skip ci]
  • Loading branch information
neomatrix369 committed Mar 9, 2020
1 parent 353365d commit b41f7e5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
## 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

## Breaking changes to the API
* Made `invalidate_cache` method on datasets private.
Expand All @@ -14,7 +15,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 +40,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 b41f7e5

Please sign in to comment.