Skip to content

Commit 1f7c4bf

Browse files
authored
Merge pull request #597 from KnpLabs/feature/prepare-0.8-release
prepare v0.8 release
2 parents 7a92aba + a57e401 commit 1f7c4bf

File tree

2 files changed

+39
-1
lines changed

2 files changed

+39
-1
lines changed

CHANGELOG.md

+38
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,41 @@
1+
v0.8
2+
====
3+
4+
## New features
5+
6+
- Implement `ChecksumCalculator` interface for `AzureBlobStorage` adapter #594
7+
8+
## Changes
9+
10+
In #593 :
11+
- Drop support for EOL php versions (5.6 and 7.0)
12+
- Minimim requirement is now php 7.1
13+
- Add support for php 7.3
14+
15+
## Fixes
16+
17+
- fix opencloud tests #579
18+
- fix appveyor build #589
19+
- Fix `ini_get()` for boolean values #595
20+
21+
Thank you @andreybolonin, @damijank, @deguif and @nicolasmure for your
22+
contributions !
23+
24+
v0.7
25+
====
26+
27+
## Changes
28+
- `FilesystemMap::set()` should expect `FilesystemInterface` instead of
29+
`Filesystem` #576
30+
31+
## Fixes
32+
33+
- Add PutObjectAcl in the required permission #566
34+
- Ensure correct return type from Flysystem adapter "exists" method #572
35+
36+
Thank you @andreybolonin, @clement-michelet, @jakob-stoeck, @nicolasmure,
37+
@teohhanhui, @tristanbes for your contributions !
38+
139
v0.6
240
====
341

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
},
6464
"extra": {
6565
"branch-alias": {
66-
"dev-master": "0.8.x-dev"
66+
"dev-master": "0.9.x-dev"
6767
}
6868
}
6969
}

0 commit comments

Comments
 (0)