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.