Skip to content

Commit a2ad07d

Browse files
authored
prepare next release (#1536)
1 parent 22cf637 commit a2ad07d

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

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

@@ -10,6 +10,15 @@
1010
- The return type for the methods `getBaseTableTtl` and `getDeltaSyncTableTtl` of `\AsyncAws\AppSync\ValueObject\DeltaSyncConfig` uses `int` instead of `string` to reflect the AWS type.
1111
- The class `AsyncAws\AppSync\ValueObject\FunctionConfiguration` (not used by any supported operations) has been removed.
1212

13+
### Added
14+
15+
- Avoid overriding the exception message with the raw message
16+
- Use int as the PHP representation of long fields in generated code
17+
18+
### Changed
19+
20+
- Improve parameter type and return type in phpdoc
21+
1322
## 1.1.0
1423

1524
### Added

0 commit comments

Comments
 (0)