From c2bc603540c3046517fafa30e5b00f3ead10afb3 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 | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9451197..7c0e8fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,28 +2,25 @@ ## NOT RELEASED -### Changed - -- Allow passing explicit null values for optional fields of input objects - ### Added - AWS api-change: Added `fips-us-gov-west-1` region +### Changed + +- Allow passing explicit null values for optional fields of input objects + ## 0.1.1 ### Added - Avoid overriding the exception message with the raw message +- AWS api-change: This release adds support for authenticating with Amazon Location Service's Places & Routes APIs with an API Key. Also, with this release developers can publish tracked device position updates to Amazon EventBridge. ### Changed - Improve parameter type and return type in phpdoc -### Added - -- AWS api-change: This release adds support for authenticating with Amazon Location Service's Places & Routes APIs with an API Key. Also, with this release developers can publish tracked device position updates to Amazon EventBridge. - ## 0.1.0 First version