diff --git a/yesod-test/ChangeLog.md b/yesod-test/ChangeLog.md index c80d2f6e..34ba62d5 100644 --- a/yesod-test/ChangeLog.md +++ b/yesod-test/ChangeLog.md @@ -1,3 +1,7 @@ +## 1.5.3 + +* Added bodyNotContains [#1271](https://github.com/yesodweb/yesod/pull/1271) + ## 1.5.2 * Added assertEq, deprecated assertEqual [#1259](https://github.com/yesodweb/yesod/pull/1259) @@ -5,7 +9,7 @@ ## 1.5.1.1 * Fix `addToken_` needing a trailing space and allows multiples spaces in css selector. - + ## 1.5.1.0 * Better error provenance for stuff invoking withResponse' [#1191](https://github.com/yesodweb/yesod/pull/1191) diff --git a/yesod-test/Yesod/Test.hs b/yesod-test/Yesod/Test.hs index fc1c3770..664359bf 100644 --- a/yesod-test/Yesod/Test.hs +++ b/yesod-test/Yesod/Test.hs @@ -93,6 +93,7 @@ module Yesod.Test , statusIs , bodyEquals , bodyContains + , bodyNotContains , htmlAllContain , htmlAnyContain , htmlNoneContain diff --git a/yesod-test/yesod-test.cabal b/yesod-test/yesod-test.cabal index 3365dfa3..09b684c8 100644 --- a/yesod-test/yesod-test.cabal +++ b/yesod-test/yesod-test.cabal @@ -1,5 +1,5 @@ name: yesod-test -version: 1.5.2 +version: 1.5.3 license: MIT license-file: LICENSE author: Nubis