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 4a03ab1 commit 7ec0fa8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 7ec0fa8

Please sign in to comment.