Skip to content

Commit 2546bf5

Browse files
update CHANGELOG.next.toml
1 parent d371781 commit 2546bf5

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

CHANGELOG.next.toml

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,3 +144,41 @@ message = "Add a sensitive method to `ParseHttpResponse`. When this returns true
144144
author = "rcoh"
145145
references = ["smithy-rs#2603"]
146146
meta = { "breaking" = false, "tada" = false, "bug" = false, "target" = "client" }
147+
148+
[[smithy-rs]]
149+
message = """
150+
List of changes:
151+
152+
- rust runtime
153+
- Implements serde support to `number`, `blob`, `document`, `date time` and `error type`.
154+
- `&'static str` on Error type is replaced with `Cow` to allow `serde` support. No breaking changes are introduced.
155+
156+
- buildSrc
157+
- add rustflag to enable feature gated features
158+
159+
- Core codegen code
160+
- Add sensitive warning
161+
- Add `serde` attributes
162+
- Import `serde` crate to enable `serde(skip)` on some namespaces
163+
- Add `serde` crate behind unstable feature gate on `Cargo.toml`
164+
165+
- Client codegen code
166+
- add `serde` as dependency behind feature gate
167+
"""
168+
author = "thomas-k-cameron"
169+
references = ["smithy-rs#2615"]
170+
meta = { "breaking" = false, "tada" = false, "bug" = false, "target" = "client" }
171+
172+
[[aws-sdk-rust]]
173+
message = """
174+
- SDK
175+
- Implements `serde` support as described in RFC 30
176+
177+
- rust runtime
178+
- Implements serde support to `number`, `blob`, `document`, `date time` and `error type`.
179+
- `&'static str` on Error type is replaced with `Cow` to allow `serde` support. No breaking changes are introduced.
180+
181+
"""
182+
author = "thomas-k-cameron"
183+
references = ["smithy-rs#2615"]
184+
meta = { "breaking" = false, "tada" = false, "bug" = false }

0 commit comments

Comments
 (0)