diff --git a/yesod-test/ChangeLog.md b/yesod-test/ChangeLog.md index 1f641f2f..ea8eede3 100644 --- a/yesod-test/ChangeLog.md +++ b/yesod-test/ChangeLog.md @@ -1,5 +1,10 @@ # ChangeLog for yesod-test +## 1.6.14 + +* Fix quotes not matching in htmlContain* functions. +* Add logging of the matches found of these functions. + ## 1.6.13 * Add `Yesod.Test.Internal.SIO` module to expose the `SIO` type. diff --git a/yesod-test/yesod-test.cabal b/yesod-test/yesod-test.cabal index 84ca6e78..f3ee7dcb 100644 --- a/yesod-test/yesod-test.cabal +++ b/yesod-test/yesod-test.cabal @@ -1,5 +1,5 @@ name: yesod-test -version: 1.6.13 +version: 1.6.14 license: MIT license-file: LICENSE author: Nubis