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 5534020 commit 6b396ad
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 @@ -2,14 +2,14 @@

## NOT RELEASED

### Changed

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

### Added

- AWS api-change: Added `fips-ca-central-1`, `fips-us-east-2` and `fips-us-west-1` regions

### Changed

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

## 1.6.0

### Added
Expand Down Expand Up @@ -70,7 +70,7 @@

## 1.1.0

### Deprecation
### Deprecated

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

Expand All @@ -82,17 +82,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\Ses\Input\*` and `AsyncAws\Ses\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 6b396ad

Please sign in to comment.