Version bump
This commit is contained in:
parent
dc2d5d9cd0
commit
7875930c43
@ -1,5 +1,9 @@
|
|||||||
# ChangeLog for yesod-core
|
# ChangeLog for yesod-core
|
||||||
|
|
||||||
|
## 1.6.18.9
|
||||||
|
|
||||||
|
* Change order of priority in `languages`[#1721](https://github.com/yesodweb/yesod/pull/1721)
|
||||||
|
|
||||||
## 1.6.18.8
|
## 1.6.18.8
|
||||||
|
|
||||||
* Fix test suite for wai-extra change around vary header
|
* Fix test suite for wai-extra change around vary header
|
||||||
|
|||||||
@ -1238,6 +1238,10 @@ cacheBySet key value = do
|
|||||||
-- If a matching language is not found the default language will be used.
|
-- If a matching language is not found the default language will be used.
|
||||||
--
|
--
|
||||||
-- This is handled by parseWaiRequest (not exposed).
|
-- This is handled by parseWaiRequest (not exposed).
|
||||||
|
--
|
||||||
|
-- __NOTE__: Before version @1.6.18.9@, this function prioritized the session
|
||||||
|
-- variable above all other sources.
|
||||||
|
--
|
||||||
languages :: MonadHandler m => m [Text]
|
languages :: MonadHandler m => m [Text]
|
||||||
languages = reqLangs <$> getRequest
|
languages = reqLangs <$> getRequest
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
name: yesod-core
|
name: yesod-core
|
||||||
version: 1.6.18.8
|
version: 1.6.18.9
|
||||||
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