Skip to content

Commit 58fee99

Browse files
committed
Fix 1.62.0 changelog
1 parent 9b9a7e3 commit 58fee99

2 files changed

Lines changed: 7 additions & 6 deletions

File tree

.changes/releases/1.62.0.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -195,15 +195,15 @@
195195
"type": "documentation",
196196
"description": "Fixed an incorrect command in the server quickstart.",
197197
"pull_requests": [
198-
"https://github.com/smithy-lang/smithy/pull/2782"
198+
"[#2782](https://github.com/smithy-lang/smithy/pull/2782)"
199199
]
200200
},
201201
{
202202
"type": "feature",
203203
"description": "Added support for union traits and unions as parts of other trait definitions.",
204204
"pull_requests": [
205-
"https://github.com/smithy-lang/smithy/pull/2780",
206-
"https://github.com/smithy-lang/smithy/pull/2784"
205+
"[#2780](https://github.com/smithy-lang/smithy/pull/2780)",
206+
"[#2784](https://github.com/smithy-lang/smithy/pull/2784)"
207207
]
208208
}
209209
],

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
([#2777](https://github.com/smithy-lang/smithy/pull/2777),
4747
[#2781](https://github.com/smithy-lang/smithy/pull/2781))
4848
- Added support for union traits and unions as parts of other trait definitions.
49-
(https://github.com/smithy-lang/smithy/pull/2780,
50-
https://github.com/smithy-lang/smithy/pull/2784)
49+
([#2780](https://github.com/smithy-lang/smithy/pull/2780),
50+
[#2784](https://github.com/smithy-lang/smithy/pull/2784))
5151

5252
### Bug Fixes
5353

@@ -99,7 +99,7 @@
9999
- Updated smithy-java quickstart docs with correct file name.
100100
([#2766](https://github.com/smithy-lang/smithy/pull/2766))
101101
- Fixed an incorrect command in the server quickstart.
102-
(https://github.com/smithy-lang/smithy/pull/2782)
102+
([#2782](https://github.com/smithy-lang/smithy/pull/2782))
103103

104104
### Other
105105

@@ -4129,3 +4129,4 @@ components of the documentation will have changed.
41294129
([#162](https://github.com/awslabs/smithy/pull/162))
41304130
- Allow model assembling from symlink model files / directory
41314131
([#163](https://github.com/awslabs/smithy/pull/163))
4132+

0 commit comments

Comments
 (0)