Version bump for #1268

This commit is contained in:
Michael Snoyman 2016-08-29 07:04:34 +03:00
parent 0881364f93
commit 87afb38635
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
## 1.4.24
* cached and cachedBy will not overwrite global state changes [#1268](https://github.com/yesodweb/yesod/pull/1268)
## 1.4.23.1
* Don't allow sending multiple cookies with the same name to the client, in accordance with [RFC 6265](https://tools.ietf.org/html/rfc6265). This fixes an issue where multiple CSRF tokens were sent to the client. [#1258](https://github.com/yesodweb/yesod/pull/1258)

View File

@ -1,5 +1,5 @@
name: yesod-core
version: 1.4.23.1
version: 1.4.24
license: MIT
license-file: LICENSE
author: Michael Snoyman <michael@snoyman.com>