Skip to content

Commit 9153aac

Browse files
committed
Apply suggestion from @jderusse
1 parent dc93bec commit 9153aac

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/Service/S3/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
## NOT RELEASED
44

5-
### Added
5+
### BC-BREAK
66

7-
- AWS api-change: This release includes backward compatibility work on the "Expires" parameter.
7+
- AWS api-change: Expires's property and its getters/setters switched from `\DateTimeImmutable` to `string`.
88

99
## 2.10.0
1010

src/Service/S3/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"extra": {
3232
"branch-alias": {
33-
"dev-master": "2.11-dev"
33+
"dev-master": "3.0-dev"
3434
}
3535
}
3636
}

0 commit comments

Comments
 (0)