Unverified Commit 7da8bb5e authored by Fahad Zubair's avatar Fahad Zubair Committed by GitHub
Browse files

Add CHANGELOG entries (#4028)

This PR adds the CHANGELOG entries that were missed in these two earlier
PRs:

https://github.com/smithy-lang/smithy-rs/pull/4010    
https://github.com/smithy-lang/smithy-rs/pull/4008
parent ad119f6e
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
---
applies_to:
- server
authors:
- drganjoo
references: []
breaking: false
new_feature: false
bug_fix: true
---
Previously, models would fail to generate when both the list and at least one of its members was directly constrained with documentation comments
+11 −0
Original line number Diff line number Diff line
---
applies_to:
- server
authors:
- drganjoo
references: []
breaking: false
new_feature: false
bug_fix: true
---
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