17 lines
436 B
Markdown
17 lines
436 B
Markdown
## 1.4.3.2
|
|
|
|
* Add `addTokenFromCookie` and `addTokenFromCookieNamedToHeaderNamed`, which support the new CSRF token middleware [#1058](https://github.com/yesodweb/yesod/pull/1058)
|
|
* Add `getRequestCookies`, which returns the cookies from the most recent request [#1058](https://github.com/yesodweb/yesod/pull/1058)
|
|
|
|
## 1.4.3.1
|
|
|
|
* Improved README
|
|
|
|
## 1.4.2
|
|
|
|
Provide `Example` instance for `YesodExample`.
|
|
|
|
## 1.4.1.1
|
|
|
|
Upgrade to hspec 2
|