Skip to content

Commit

Permalink
Prepare next release (#946)
Browse files Browse the repository at this point in the history
  • Loading branch information
jderusse authored Feb 1, 2021
1 parent bcd1cd2 commit f035023
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,20 @@

## NOT RELEASED

## 1.9.0

### Added

- Changed case of object's properties to camelCase.
- Added documentation in class's headers.
- Added documentation in class headers.
- Removed `final` from `ClientException` and `ServerException`.
- Make Responses thrown Business Exception when AwsErrorCode <-> Exception class mapping provided through RequestContext.
- Added Business Exceptions.
- Added domain exceptions.
- Improved Aws Error parsing by using specialized AwsErrorFactory.

### Fixed

- Exception thrown twice by waiters.

## 1.8.0

Expand Down
5 changes: 0 additions & 5 deletions src/Result.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,6 @@ class Result

private $response;

/**
* @var array<string, string>
*/
private $exceptionMapping;

/**
* @var self[]
*/
Expand Down

0 comments on commit f035023

Please sign in to comment.