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