diff --git a/.changelog/5ab32814eb5e456ea921d0f0a645ca5b.json b/.changelog/5ab32814eb5e456ea921d0f0a645ca5b.json new file mode 100644 index 00000000000..ef3ffc0ddc2 --- /dev/null +++ b/.changelog/5ab32814eb5e456ea921d0f0a645ca5b.json @@ -0,0 +1,8 @@ +{ + "id": "5ab32814-eb5e-456e-a921-d0f0a645ca5b", + "type": "feature", + "description": "Adds new MarshalWithOptions and UnmarshalWithOptions helpers allowing Encoding and Decoding options to be specified when serializing AttributeValues. Addresses issue: https://github.com/aws/aws-sdk-go-v2/issues/1494", + "modules": [ + "feature/dynamodb/attributevalue" + ] +}