Unverified Commit 47b4e0e0 authored by ysaito1001's avatar ysaito1001 Committed by GitHub
Browse files

Consolidate changelog entries for `once_cell` replacement (#4100)

## Motivation and Context
Consolidated changelog entries for #4050 to remove duplicated entries,
and removed it for the tooling directory (which we don't announce it in
release notes since it's an internal change).

----

_By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice._
parent 619c6d67
Loading
Loading
Loading
Loading

.changelog/1742160441.md

deleted100644 → 0
+0 −11
Original line number Diff line number Diff line
---
applies_to:
- aws-sdk-rust
authors:
- FalkWoldmann
references: []
breaking: false
new_feature: false
bug_fix: false
---
Removes the once_cell crate from the aws-sigv4 crate
+3 −2
Original line number Diff line number Diff line
@@ -4,9 +4,10 @@ applies_to:
- server
authors:
- FalkWoldmann
references: []
references:
- smithy-rs#4050
breaking: false
new_feature: false
bug_fix: false
---
Removes the once_cell crate from the rust-runtime crates
Replace the `once_cell` crate with the `std` counterpart in Smithy runtime crates.
+3 −2
Original line number Diff line number Diff line
@@ -3,9 +3,10 @@ applies_to:
- aws-sdk-rust
authors:
- FalkWoldmann
references: []
references:
- smithy-rs#4050
breaking: false
new_feature: false
bug_fix: false
---
Removes the once_cell crate from the `rust-runtime` crate
Replace the `once_cell` crate with the `std` counterpart in AWS runtime crates.

.changelog/1742674773.md

deleted100644 → 0
+0 −10
Original line number Diff line number Diff line
---
applies_to: []
authors:
- FalkWoldmann
references: []
breaking: false
new_feature: false
bug_fix: false
---
Removes the once_cell crate from the tools crates