Skip to content

Commit 3881938

Browse files
authored
Reverting some accidentally ressurected CHANGELOG entries (#3768)
## Motivation and Context <!--- Why is this change required? What problem does it solve? --> <!--- If it fixes an open issue, please link to the issue here --> ## Description <!--- Describe your changes in detail --> ## Testing <!--- Please describe in detail how you tested your changes --> <!--- Include details of your testing environment, and the tests you ran to --> <!--- see how your change affects other areas of the code, etc. --> ## Checklist <!--- If a checkbox below is not applicable, then please DELETE it rather than leaving it unchecked --> - [ ] I have updated `CHANGELOG.next.toml` if I made changes to the smithy-rs codegen or runtime crates - [ ] I have updated `CHANGELOG.next.toml` if I made changes to the AWS SDK, generated SDK code, or SDK runtime crates ---- _By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice._
1 parent c39792b commit 3881938

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

CHANGELOG.next.toml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -11,30 +11,6 @@
1111
# meta = { "breaking" = false, "tada" = false, "bug" = false, "target" = "client | server | all"}
1212
# author = "rcoh"
1313

14-
[[smithy-rs]]
15-
message = "Support `stringArray` type in endpoints params"
16-
references = ["smithy-rs#3742"]
17-
meta = { "breaking" = false, "tada" = false, "bug" = false, "target" = "client"}
18-
author = "landonxjames"
19-
20-
[[smithy-rs]]
21-
message = "Add support for `operationContextParams` Endpoints trait"
22-
references = ["smithy-rs#3755"]
23-
meta = { "breaking" = false, "tada" = false, "bug" = false, "target" = "client"}
24-
author = "landonxjames"
25-
26-
[[aws-sdk-rust]]
27-
message = "`aws_smithy_runtime_api::client::orchestrator::HttpRequest` and `aws_smithy_runtime_api::client::orchestrator::HttpResponse` are now re-exported in AWS SDK clients so that using these types does not require directly depending on `aws-smithy-runtime-api`."
28-
references = ["smithy-rs#3591"]
29-
meta = { "breaking" = false, "tada" = false, "bug" = false }
30-
author = "ysaito1001"
31-
32-
[[smithy-rs]]
33-
message = "`aws_smithy_runtime_api::client::orchestrator::HttpRequest` and `aws_smithy_runtime_api::client::orchestrator::HttpResponse` are now re-exported in generated clients so that using these types does not require directly depending on `aws-smithy-runtime-api`."
34-
references = ["smithy-rs#3591"]
35-
meta = { "breaking" = false, "tada" = false, "bug" = false, "target" = "client" }
36-
author = "ysaito1001"
37-
3814
[[aws-sdk-rust]]
3915
message = "Fix incorrect redaction of `@sensitive` types in maps and lists."
4016
references = ["smithy-rs#3765", "smithy-rs#3757"]

0 commit comments

Comments
 (0)