We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc32653 commit 448dd50Copy full SHA for 448dd50
CHANGELOG.md
@@ -1,12 +1,20 @@
1
# Change Log
2
3
-## NOT RELEASED
+## 2.0.0
4
5
### BC-BREAK
6
7
- The return type for `\AsyncAws\CodeBuild\ValueObject\Build::getBuildNumber` uses `int` instead of `string` to reflect the AWS type.
8
- The return type for `\AsyncAws\CodeBuild\ValueObject\BuildPhase::getDurationInSeconds` uses `int` instead of `string` to reflect the AWS type.
9
10
+### Added
11
+
12
+- Use int as the PHP representation of long fields in generated code
13
14
+### Changed
15
16
+- Improve parameter type and return type in phpdoc
17
18
## 1.0.0
19
20
### Added
0 commit comments