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 2, 2020
1 parent 1c03d6d commit acd51fc
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,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 @@ -13,7 +15,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 +28,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 acd51fc

Please sign in to comment.