Skip to content

Commit abe4b66

Browse files
committed
Fix various issues in staged changelog files
1 parent b17bbf0 commit abe4b66

5 files changed

Lines changed: 4 additions & 4 deletions

.changes/next-release/feature-2abbbb589bd53cb39804f4df52e06a7773a7c038.json renamed to .changes/next-release/bugfix-2abbbb589bd53cb39804f4df52e06a7773a7c038.json

File renamed without changes.

.changes/next-release/bugfix-56887e7be8e96d3b96972b0367992984eb7f71e4.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"type": "bugfix",
3-
"description": "Fix base64 blobs in event stream test params.",
3+
"description": "Fixed event stream test params encoding blobs in b64.",
44
"pull_requests": [
55
"[#3121](https://github.com/smithy-lang/smithy/pull/3121)"
66
]

.changes/next-release/bugfix-fab9cf64f935850c592eca38cab212cba6579149.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"type": "bugfix",
3-
"description": "Fix Windows user PATH corruption in install.bat caused by setx silently truncating values over 1024 characters",
3+
"description": "Fixed a Windows user PATH corruption in install.bat caused by setx silently truncating values over 1024 characters",
44
"pull_requests": [
55
"[#3117](https://github.com/smithy-lang/smithy/pull/3117)"
66
]

.changes/next-release/documentation-ad9fca5e56b93e78e4780644c8e4d5c9d07f8939.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"type": "documentation",
3-
"description": "Fix stale and mismatched AWS API Gateway reference link targets",
3+
"description": "Fixed stale and mismatched AWS API Gateway reference link targets",
44
"pull_requests": [
55
"[#3077](https://github.com/smithy-lang/smithy/pull/3077)"
66
]

.changes/next-release/other-9bd6d84413f9cd31f5b4b7f98c2e69f3dc9db3b4.json renamed to .changes/next-release/feature-9bd6d84413f9cd31f5b4b7f98c2e69f3dc9db3b4.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"type": "other",
2+
"type": "feature",
33
"description": "Added a new protocol test for query operations with no output that can include `ResponseMetadata`. No assertions are done but protocol test runners should be able to handle the metadata without choking.",
44
"pull_requests": [
55
"[#3106](https://github.com/smithy-lang/smithy/pull/3106)"

0 commit comments

Comments
 (0)