From b828a134ab5452e450be88ca9790949d144ed00e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20M=C3=A9lois?= Date: Wed, 11 Sep 2024 11:10:43 +0200 Subject: [PATCH] Update CHANGELOG.md (#1582) --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 18df4b928..935875af2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ Thank you! # 0.18.24 +* Adds missing nanoseconds in Document encoding of EPOCH_SECOND timestamps +* Add support for `alloy#jsonUnknown`, allowing structures to capture unknown JSON fields in one of their members. * Add `getMessage` implementation in `Smithy4sThrowable` which will be overridden in cases where the error structure contains a message field, but otherwise will be used to prevent a useless `null` result when `getMessage` is called. # 0.18.23