From 709805e8ee015e7ac80180287eb944f22c8a6a05 Mon Sep 17 00:00:00 2001 From: patrick brisbin Date: Mon, 8 Mar 2021 09:41:30 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a987533..e1fd746 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ - 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) ## [v0.6.2.3](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.6.2.2...v0.6.2.3)