Skip to content

Commit

Permalink
Add changelog feature entry for generated API error fix (#3240)
Browse files Browse the repository at this point in the history
Updates change log for feature entry for generated API errors.
  • Loading branch information
jasdel committed Mar 30, 2020
1 parent 5ccf17b commit fb43e19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG_PENDING.md
@@ -1,4 +1,5 @@
### SDK Features
* SDK generated errors are fixed to use pointer receivers preventing confusion, and potential impossible type assertions. The SDK will only return API generated API error types as pointers. This fix ensures Go's type system will catch invalid error type assertions.

### SDK Enhancements
* Update SDK's `go-jmespath` dependency to latest tagged version `0.3.0` ([#3205](https://github.com/aws/aws-sdk-go/pull/3205))
Expand Down

0 comments on commit fb43e19

Please sign in to comment.