From 6b396ade24119f55a5335f8fcb31859f99e6c4fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Deruss=C3=A9?= Date: Fri, 6 Oct 2023 14:29:00 +0200 Subject: [PATCH] Add test to assert CHANGELOG format (#1582) --- CHANGELOG.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96820b8..838e696 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 @@ -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