Update changelog

This commit is contained in:
Christopher League 2019-08-19 15:57:15 -04:00
parent 08a9632eba
commit fa90ab19ca

View File

@ -1,5 +1,11 @@
# ChangeLog for yesod-test
## 1.6.6.2
addPostParam will now URL-encode keys and values to prevent corruption
when special characters such as `&` are used
[#1617](https://github.com/yesodweb/yesod/pull/1617)
## 1.6.6.1
* Documentation fixes