Skip to content

Commit

Permalink
Merge pull request #597 from KnpLabs/feature/prepare-0.8-release
Browse files Browse the repository at this point in the history
prepare v0.8 release
  • Loading branch information
nicolasmure committed Dec 21, 2018
2 parents 7a92aba + a57e401 commit 1f7c4bf
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 1 deletion.
38 changes: 38 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,41 @@
v0.8
====

## New features

- Implement `ChecksumCalculator` interface for `AzureBlobStorage` adapter #594

## Changes

In #593 :
- Drop support for EOL php versions (5.6 and 7.0)
- Minimim requirement is now php 7.1
- Add support for php 7.3

## Fixes

- fix opencloud tests #579
- fix appveyor build #589
- Fix `ini_get()` for boolean values #595

Thank you @andreybolonin, @damijank, @deguif and @nicolasmure for your
contributions !

v0.7
====

## Changes
- `FilesystemMap::set()` should expect `FilesystemInterface` instead of
`Filesystem` #576

## Fixes

- Add PutObjectAcl in the required permission #566
- Ensure correct return type from Flysystem adapter "exists" method #572

Thank you @andreybolonin, @clement-michelet, @jakob-stoeck, @nicolasmure,
@teohhanhui, @tristanbes for your contributions !

v0.6
====

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "0.8.x-dev"
"dev-master": "0.9.x-dev"
}
}
}

0 comments on commit 1f7c4bf

Please sign in to comment.