Skip to content

Commit b2f9a9d

Browse files
authored
Add test to assert CHANGELOG format (#1582)
1 parent eea8b13 commit b2f9a9d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080

8181
## 1.2.0
8282

83-
### Deprecation
83+
### Deprecated
8484

8585
- Protected methods `getServiceCode`, `getSignatureVersion` and `getSignatureScopeName` of `SqsClient` are deprecated and will be removed in 2.0
8686

@@ -105,17 +105,17 @@
105105

106106
## 0.4.0
107107

108+
### Removed
109+
110+
- Dependency on `symfony/http-client-contracts`
111+
- All `validate()` methods on the inputs. They are merged with `request()`.
112+
108113
### Changed
109114

110115
- Moved value objects to a dedicated namespace.
111116
- Results' `populateResult()` has only one argument. It takes a `AsyncAws\Core\Response`.
112117
- The `AsyncAws\Sqs\Enum\*`, `AsyncAws\Sqs\Input\*` and `AsyncAws\Sqs\ValueObject*` classes are marked final.
113118

114-
### Removed
115-
116-
- Dependency on `symfony/http-client-contracts`
117-
- All `validate()` methods on the inputs. They are merged with `request()`.
118-
119119
## 0.3.0
120120

121121
### Added

0 commit comments

Comments
 (0)