added: ChangeLog 1.6.4
This commit is contained in:
parent
eb220c936a
commit
a59ee6b62e
@ -1,3 +1,7 @@
|
|||||||
|
## 1.6.4
|
||||||
|
|
||||||
|
* Add `addContentDispositionFileName` [#1504](https://github.com/yesodweb/yesod/pull/1504)
|
||||||
|
|
||||||
## 1.6.3
|
## 1.6.3
|
||||||
|
|
||||||
* Add missing export for `SubHandlerFor`
|
* Add missing export for `SubHandlerFor`
|
||||||
|
|||||||
@ -788,6 +788,8 @@ setLanguage = setSession langKey
|
|||||||
-- But, for example IE9 can't parse UTF-8 characters.
|
-- But, for example IE9 can't parse UTF-8 characters.
|
||||||
-- This function use
|
-- This function use
|
||||||
-- <https://tools.ietf.org/html/rfc6266 RFC 6266>(<https://tools.ietf.org/html/rfc5987 RFC 5987>)
|
-- <https://tools.ietf.org/html/rfc6266 RFC 6266>(<https://tools.ietf.org/html/rfc5987 RFC 5987>)
|
||||||
|
--
|
||||||
|
-- @since 1.6.4
|
||||||
addContentDispositionFileName :: MonadHandler m => T.Text -> m ()
|
addContentDispositionFileName :: MonadHandler m => T.Text -> m ()
|
||||||
addContentDispositionFileName fileName
|
addContentDispositionFileName fileName
|
||||||
= addHeader "Content-Disposition" $ rfc6266Utf8FileName fileName
|
= addHeader "Content-Disposition" $ rfc6266Utf8FileName fileName
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
name: yesod-core
|
name: yesod-core
|
||||||
version: 1.6.3
|
version: 1.6.4
|
||||||
license: MIT
|
license: MIT
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
author: Michael Snoyman <michael@snoyman.com>
|
author: Michael Snoyman <michael@snoyman.com>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user