Skip to content

Commit 35e11d4

Browse files
authored
prepare next release (#1536)
1 parent 9ab823e commit 35e11d4

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
## NOT RELEASED
3+
## 2.0.0
44

55
### BC-BREAK
66

@@ -9,6 +9,15 @@
99
- The return type for `\AsyncAws\RdsDataService\ValueObject\ArrayValue::getLongValues` uses `int` instead of `string` to reflect the AWS type.
1010
- The return type for `\AsyncAws\RdsDataService\ValueObject\Field::getLongValue` uses `int` instead of `string` to reflect the AWS type.
1111

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+
1221
## 1.0.0
1322

1423
### Added

0 commit comments

Comments
 (0)