From 3aede7e72ede5ae6da6a4b58d791394af31781cf Mon Sep 17 00:00:00 2001 From: "restyled-io[bot]" <32688539+restyled-io[bot]@users.noreply.github.com> Date: Fri, 9 Apr 2021 11:08:01 -0400 Subject: [PATCH] Restyled by prettier-markdown (#151) Co-authored-by: Restyled.io --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8509faa..0036b8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,8 @@ None ## [v0.6.3.0](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.6.2.3...v0.6.3.0) - Expose `onDispatchError` and generic `OtherDispatchError` for passthrough log -- Don't throw exceptions; handle all errors through the set-message-redirect path +- Don't throw exceptions; handle all errors through the set-message-redirect + path - Respect `onErrorHtml` for said error-handling - Support custom widget in Google plugin [@jmorag](https://github.com/freckle/yesod-auth-oauth2/pull/149)