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
* `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
* Improve documentation [#1676](https://github.com/yesodweb/yesod/pull/1676)

View File

@ -10,7 +10,6 @@ module Yesod.Test.Internal
, assumedUTF8ContentTypes
) where
import qualified Data.ByteString.Char8 as BS8
import qualified Data.ByteString.Lazy as LBS
import qualified Data.Set as Set
@ -62,4 +61,4 @@ assumedUTF8ContentTypes = Set.fromList $ map Content.simpleContentType
, Content.typeSvg
, Content.typeJavascript
, Content.typeCss
]
]

View File

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