Skip to content

Commit

Permalink
prepare next release (#1536)
Browse files Browse the repository at this point in the history
  • Loading branch information
jderusse committed Aug 7, 2023
1 parent 22cf637 commit a2ad07d
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

## NOT RELEASED
## 2.0.0

### BC-BREAK

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

### Added

- Avoid overriding the exception message with the raw message
- Use int as the PHP representation of long fields in generated code

### Changed

- Improve parameter type and return type in phpdoc

## 1.1.0

### Added
Expand Down

0 comments on commit a2ad07d

Please sign in to comment.