From 5f3864f13fcdb4c7ec6c7d9a82a8800872223370 Mon Sep 17 00:00:00 2001 From: Jason Del Ponte Date: Fri, 25 Oct 2019 14:32:51 -0700 Subject: [PATCH] add change log --- CHANGELOG_PENDING.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG_PENDING.md b/CHANGELOG_PENDING.md index cb7c688ed3e..818a15d41df 100644 --- a/CHANGELOG_PENDING.md +++ b/CHANGELOG_PENDING.md @@ -9,4 +9,6 @@ SDK Enhancements SDK Bugs --- - +* `aws/endpoints`: aws/endpoints: Fix SDK resolving endpoint without region ([#420](https://github.com/aws/aws-sdk-go-v2/pull/420)) + * Fixes the SDK's endpoint resolve incorrectly resolving endpoints for a service when the region is empty. Also fixes the SDK attempting to resolve a service when the service value is empty.. + * Related to [aws/aws-sdk-go#2909](https://github.com/aws/aws-sdk-go/issues/2909)