diff --git a/yesod-core/ChangeLog.md b/yesod-core/ChangeLog.md index 621ebd90..f51326a1 100644 --- a/yesod-core/ChangeLog.md +++ b/yesod-core/ChangeLog.md @@ -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) diff --git a/yesod-core/yesod-core.cabal b/yesod-core/yesod-core.cabal index b84cb828..b8e25729 100644 --- a/yesod-core/yesod-core.cabal +++ b/yesod-core/yesod-core.cabal @@ -1,5 +1,5 @@ name: yesod-core -version: 1.4.23.1 +version: 1.4.24 license: MIT license-file: LICENSE author: Michael Snoyman