Skip to content

Commit d7abb28

Browse files
authored
Add test to assert CHANGELOG format (#1582)
1 parent 017388b commit d7abb28

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

CHANGELOG.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -79,18 +79,18 @@
7979

8080
## 1.5.0
8181

82-
### Fixed
82+
### Added
8383

84-
- Assert the provided Input can be json-encoded.
84+
- AWS api-change: Lambda Python 3.9 runtime launch
85+
- AWS api-change: Adds support for Lambda functions powered by AWS Graviton2 processors. Customers can now select the CPU architecture for their functions.
8586

8687
### Changed
8788

8889
- AWS enhancement: Documentation updates for Amazon Lambda.
8990

90-
### Added
91+
### Fixed
9192

92-
- AWS api-change: Lambda Python 3.9 runtime launch
93-
- AWS api-change: Adds support for Lambda functions powered by AWS Graviton2 processors. Customers can now select the CPU architecture for their functions.
93+
- Assert the provided Input can be json-encoded.
9494

9595
## 1.4.0
9696

@@ -154,18 +154,18 @@
154154

155155
## 0.4.0
156156

157+
### Removed
158+
159+
- Dependency on `symfony/http-client-contracts`
160+
- All `validate()` methods on the inputs. They are merged with `request()`.
161+
157162
### Changed
158163

159164
- Moved value objects to a dedicated namespace.
160165
- Results' `populateResult()` has only one argument. It takes a `AsyncAws\Core\Response`.
161166
- Using `DateTimeImmutable` instead of `DateTimeInterface`
162167
- The `AsyncAws\Lambda\Enum\*`, `AsyncAws\Lambda\Input\*` and `AsyncAws\Lambda\ValueObject*` classes are marked final.
163168

164-
### Removed
165-
166-
- Dependency on `symfony/http-client-contracts`
167-
- All `validate()` methods on the inputs. They are merged with `request()`.
168-
169169
## 0.3.0
170170

171171
### Added

0 commit comments

Comments
 (0)