Version bump for #1314

This commit is contained in:
Michael Snoyman 2016-12-01 06:53:41 +02:00
parent 7b12f61a91
commit 9c38a4b08e
3 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,7 @@
## 1.5.4
* yesod-test: add getLocation test helper. [#1314](https://github.com/yesodweb/yesod/pull/1314)
## 1.5.3
* Added bodyNotContains [#1271](https://github.com/yesodweb/yesod/pull/1271)

View File

@ -756,6 +756,8 @@ followRedirect = do
--
-- > post ResourcesR
-- > (Right (ResourceR resourceId)) <- getLocation
--
-- @since 1.5.4
getLocation :: (Yesod site, ParseRoute site)
=> YesodExample site (Either T.Text (Route site))
getLocation = do

View File

@ -1,5 +1,5 @@
name: yesod-test
version: 1.5.3
version: 1.5.4
license: MIT
license-file: LICENSE
author: Nubis <nubis@woobiz.com.ar>