This commit is contained in:
Maximilian Tagher 2020-06-20 15:01:26 -04:00
parent 8f00e76257
commit f50d23ce49
3 changed files with 5 additions and 3 deletions

View File

@ -2,6 +2,9 @@
## 1.6.9.2 ## 1.6.9.2
* `statusIs` assertion failures now print a preview of the response body, if the response body is UTF-8 or ASCII.
* Adds an `Yesod.Test.Internal`, which exposes functions that yesod-test uses. These functions do _not_ constitute a stable API.
## 1.6.9.1 ## 1.6.9.1
* Improve documentation [#1676](https://github.com/yesodweb/yesod/pull/1676) * Improve documentation [#1676](https://github.com/yesodweb/yesod/pull/1676)

View File

@ -10,7 +10,6 @@ module Yesod.Test.Internal
, assumedUTF8ContentTypes , assumedUTF8ContentTypes
) where ) where
import qualified Data.ByteString.Char8 as BS8 import qualified Data.ByteString.Char8 as BS8
import qualified Data.ByteString.Lazy as LBS import qualified Data.ByteString.Lazy as LBS
import qualified Data.Set as Set import qualified Data.Set as Set

View File

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