Skip to content

Commit 7da8bb5

Browse files
authored
Add CHANGELOG entries (#4028)
This PR adds the CHANGELOG entries that were missed in these two earlier PRs: #4010 #4008
1 parent ad119f6 commit 7da8bb5

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

.changelog/1740049466.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
applies_to:
3+
- server
4+
authors:
5+
- drganjoo
6+
references: []
7+
breaking: false
8+
new_feature: false
9+
bug_fix: true
10+
---
11+
Previously, models would fail to generate when both the list and at least one of its members was directly constrained with documentation comments

.changelog/1740049621.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
applies_to:
3+
- server
4+
authors:
5+
- drganjoo
6+
references: []
7+
breaking: false
8+
new_feature: false
9+
bug_fix: true
10+
---
11+
Fixed code generation failure that occurred when using `Result` as a shape name in Smithy models with constrained members by properly handling naming conflicts with Rust's built-in Result type

0 commit comments

Comments
 (0)