Skip to content

Commit

Permalink
Update pending change log with merged updates.
Browse files Browse the repository at this point in the history
Adds PR aws#2617, aws#2618, to pending change log.
  • Loading branch information
jasdel authored and diehlaws committed Jul 2, 2019
1 parent 34d5ee9 commit 54c49c4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG_PENDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,10 @@
### SDK Enhancements

### SDK Bugs
* `service/dynamodb/expression`: Fix Builder with KeyCondition example ([#2618](https://github.com/aws/aws-sdk-go/pull/2618))
* Fixes the ExampleBuilder_WithKeyCondition example to include the ExpressionAttributeNames member being set.
* Related to [aws/aws-sdk-go-v2#285](https://github.com/aws/aws-sdk-go-v2/issues/285)
* `private/model/api`: Improve SDK API reference doc generation ([#2617](https://github.com/aws/aws-sdk-go/pull/2617))
* Improves the SDK's generated documentation for API client, operation, and types. This fixes several bugs in the doc generation causing poor formatting, an difficult to read reference documentation.
* Fixes [#2572](https://github.com/aws/aws-sdk-go/pull/2572)
* Fixes [#2374](https://github.com/aws/aws-sdk-go/pull/2374)

0 comments on commit 54c49c4

Please sign in to comment.