Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kokobd committed Dec 18, 2023
1 parent 9aad4cb commit 8029c0e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 8029c0e

Please sign in to comment.