From a28f4f3fa443aca3e0d062c52bcd31b13bb19061 Mon Sep 17 00:00:00 2001 From: Greg Weber Date: Thu, 20 Aug 2015 17:44:31 -0700 Subject: [PATCH] Changelog for yesod-test 1.5 --- yesod-test/ChangeLog.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/yesod-test/ChangeLog.md b/yesod-test/ChangeLog.md index d078d6a6..db0ccb1b 100644 --- a/yesod-test/ChangeLog.md +++ b/yesod-test/ChangeLog.md @@ -1,3 +1,17 @@ +## 1.5 + +* remove deprecated addNonce functions +* You can now configure testing middleware + +Configuring middleware makes it easy to add logging among other things. +middleware is applied to the wai app before each test. + +If you follow the yesod scaffold, you probably have a +withApp function in TestImport.hs. +This function should now return (foundation, middleware). +`id` is an acceptable value for middleware. + + ## 1.4.4 test helpers for CRSF middleware such as addTokenFromCookie