Unverified Commit 04cf5e6c authored by John DiSanti's avatar John DiSanti Committed by GitHub
Browse files

Fix typo in changelog entry (#2587)

_By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice._
parent 7cb9d6af
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -94,7 +94,7 @@ meta = { "breaking" = false, "tada" = false, "bug" = false }
author = "parker-timmerman"

[[aws-sdk-rust]]
message = "Fix but where an incorrect endpoint was produced for WriteGetObjectResponse"
message = "Fix bug where an incorrect endpoint was produced for `WriteGetObjectResponse`"
references = ["smithy-rs#781", "aws-sdk-rust#781"]
meta = { "breaking" = false, "tada" = false, "bug" = true }
author = "rcoh"
@@ -106,7 +106,7 @@ meta = { "breaking" = false, "tada" = true, "bug" = true }
author = "Velfi"

[[aws-sdk-rust]]
message = "`aws_smithy_types::date_time::Format` has been re-exported in service client crates."
message = "`aws_smithy_types::date_time::Format` has been re-exported in SDK crates."
references = ["smithy-rs#2534"]
meta = { "breaking" = false, "tada" = false, "bug" = false }
author = "ysaito1001"