Bump minor, not patch
This commit is contained in:
parent
7875930c43
commit
0c2a4ebc81
@ -1,6 +1,6 @@
|
|||||||
# ChangeLog for yesod-core
|
# ChangeLog for yesod-core
|
||||||
|
|
||||||
## 1.6.18.9
|
## 1.6.19.0
|
||||||
|
|
||||||
* Change order of priority in `languages`[#1721](https://github.com/yesodweb/yesod/pull/1721)
|
* Change order of priority in `languages`[#1721](https://github.com/yesodweb/yesod/pull/1721)
|
||||||
|
|
||||||
|
|||||||
@ -1239,7 +1239,7 @@ cacheBySet key value = do
|
|||||||
--
|
--
|
||||||
-- 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
|
-- __NOTE__: Before version @1.6.19.0@, this function prioritized the session
|
||||||
-- variable above all other sources.
|
-- variable above all other sources.
|
||||||
--
|
--
|
||||||
languages :: MonadHandler m => m [Text]
|
languages :: MonadHandler m => m [Text]
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
name: yesod-core
|
name: yesod-core
|
||||||
version: 1.6.18.9
|
version: 1.6.19.0
|
||||||
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