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 2, 2020
1 parent 2e5d136 commit b4892fe
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,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 @@ -13,7 +14,9 @@
* 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)
[@foolsgold](https://github.com/foolsgold)
[Mani Sarkar](https://github.com/neomatrix369)
[Priyanka Shanbhag](https://github.com/priyanka1414)

# 0.15.7

Expand All @@ -24,12 +27,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 b4892fe

Please sign in to comment.