We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ab823e commit 35e11d4Copy full SHA for 35e11d4
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Change Log
2
3
-## NOT RELEASED
+## 2.0.0
4
5
### BC-BREAK
6
@@ -9,6 +9,15 @@
9
- The return type for `\AsyncAws\RdsDataService\ValueObject\ArrayValue::getLongValues` uses `int` instead of `string` to reflect the AWS type.
10
- The return type for `\AsyncAws\RdsDataService\ValueObject\Field::getLongValue` uses `int` instead of `string` to reflect the AWS type.
11
12
+### Added
13
+
14
+- Avoid overriding the exception message with the raw message
15
+- Use int as the PHP representation of long fields in generated code
16
17
+### Changed
18
19
+- Improve parameter type and return type in phpdoc
20
21
## 1.0.0
22
23
### Added
0 commit comments