Update ChangeLog.md

This commit is contained in:
Daniel P. Brice 2022-05-10 13:31:34 -07:00 committed by GitHub
parent d5a194a7dd
commit b8de71c5ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,9 @@
# ChangeLog for yesod-test
## 1.6.14
* Improved failure messages from `assertEq`. [#1767](https://github.com/yesodweb/yesod/pull/1767)
## 1.6.13
* Add `Yesod.Test.Internal.SIO` module to expose the `SIO` type.