From 1fac282ac22c4ccb17a537ba0fe4e59932e8d550 Mon Sep 17 00:00:00 2001 From: Andrew O'Hara Date: Thu, 20 Jul 2023 11:06:51 -0400 Subject: [PATCH] typo (#274) --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 196346c80..4fd69e6cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ changes with their rationale when appropriate. Given version `A.B.C.D`, breaking ### v5.1.3.0 - **http4k-connect-amazon-dynamodb** - Add scanPage and queryPage operations to DynamoDb table mapper. Pagination can now be controlled by the caller. H/T @oharaandrew314 -- **http4k-connect-amazon-dynamodb-fake** - putItem not supports a `ConditionExpression`. +- **http4k-connect-amazon-dynamodb-fake** - putItem now supports a `ConditionExpression`. - **http4k-connect-amazon-dynamodb-fake** - [Fix] query and scan will now return the correct LastEvaluatedKey based on the current index. H/T @oharaandrew314 - **http4k-connect-amazon-dynamodb-fake** - [Fix] Condition Expressions now support name substitutions in the `attribute_exists` and `attribute_not_exists` functions - **http4k-connect-amazon-containercredentials** - [Fix] Handle ARN NOT_SUPPLIED when getting aws credentials and running on AWS AppRunner