Skip to content

Commit 6f4625c

Browse files
authored
Adding change log for all APIs (#453)
* Adding changelog for cloudformation * Added other changelogs
1 parent 4ede47d commit 6f4625c

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Change Log
22

3+
## 0.4.0
4+
5+
### Changed
6+
7+
- Moved value objects to a dedicated namespace.
8+
- Results' `populateResult()` has only one argument. It takes a `AsyncAws\Core\Response`.
9+
- Using `DateTimeImmutable` instead of `DateTimeInterface`
10+
11+
### Removed
12+
13+
- Dependency on `symfony/http-client-contracts`
14+
- All `validate()` methods on the inputs. They are merged with `request()`.
15+
316
## 0.3.0
417

518
### Added

0 commit comments

Comments
 (0)