1.4.15 Changelog

This commit is contained in:
Greg Weber 2015-08-23 17:16:11 -07:00
parent 8da4effb03
commit 65bc93a6d6

View File

@ -1,3 +1,7 @@
## 1.4.15
* mkYesod avoids using reify when it isn't necessary. This avoids needing to define the site type below the call to mkYesod.
## 1.4.14
* Add CSRF protection functions and middleware based on HTTP cookies and headers [#1017](https://github.com/yesodweb/yesod/pull/1017)