From 7ec0fa83a2769e1ff935d9641f2fe2a89a148849 Mon Sep 17 00:00:00 2001 From: kokobd Date: Mon, 18 Dec 2023 18:35:29 -0500 Subject: [PATCH] update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4cf18b7..7c02b6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ The format is based on [Keep a Changelog][chg] and this project adheres to - Add support for aeson 2.2 - `fallibleRuntime` and `fallibleRuntimeWithContext` reports errors to AWS instead of returning `{"Left": "some error"}`. + - `fallibleRuntime` and `fallibleRuntimeWithContext` no longer wrap their + successful responses in `{"Right": ...}` - `pureRuntime`, `pureRuntimeWithContext`, `fallibleRuntime` and `fallibleRuntimeWithContext` no longer crash the Lambda runtime if input can't be parsed from JSON.