Skip to content

Commit

Permalink
Add test to assert CHANGELOG format (#1582)
Browse files Browse the repository at this point in the history
  • Loading branch information
jderusse authored Oct 6, 2023
1 parent 017388b commit d7abb28
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,18 +79,18 @@

## 1.5.0

### Fixed
### Added

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

### Changed

- AWS enhancement: Documentation updates for Amazon Lambda.

### Added
### Fixed

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

## 1.4.0

Expand Down Expand Up @@ -154,18 +154,18 @@

## 0.4.0

### Removed

- Dependency on `symfony/http-client-contracts`
- All `validate()` methods on the inputs. They are merged with `request()`.

### Changed

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

### Removed

- Dependency on `symfony/http-client-contracts`
- All `validate()` methods on the inputs. They are merged with `request()`.

## 0.3.0

### Added
Expand Down

0 comments on commit d7abb28

Please sign in to comment.