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 9b00883 commit 0653ce4
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

## NOT RELEASED

### Changed

- Allow passing explicit null values for optional fields of input objects

### Added

- AWS api-change: Remove `ValidationException`

### Changed

- Allow passing explicit null values for optional fields of input objects

## 1.5.0

### Added
Expand Down Expand Up @@ -108,17 +108,17 @@

## 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`.
- The `AsyncAws\Sns\Input\*` and `AsyncAws\Sns\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

### Changed
Expand Down

0 comments on commit 0653ce4

Please sign in to comment.