Add missing SubHandlerFor export
This commit is contained in:
parent
ff5618bd15
commit
778cf2cf0b
@ -1,3 +1,7 @@
|
|||||||
|
## 1.6.3
|
||||||
|
|
||||||
|
* Add missing export for `SubHandlerFor`
|
||||||
|
|
||||||
## 1.6.2
|
## 1.6.2
|
||||||
|
|
||||||
* Derive a `Show` instance for `ResourceTree` and `FlatResource` [#1492](https://github.com/yesodweb/yesod/pull/1492)
|
* Derive a `Show` instance for `ResourceTree` and `FlatResource` [#1492](https://github.com/yesodweb/yesod/pull/1492)
|
||||||
|
|||||||
@ -148,6 +148,7 @@ module Yesod.Core.Handler
|
|||||||
, setMessageI
|
, setMessageI
|
||||||
, getMessage
|
, getMessage
|
||||||
-- * Subsites
|
-- * Subsites
|
||||||
|
, SubHandlerFor
|
||||||
, getSubYesod
|
, getSubYesod
|
||||||
, getRouteToParent
|
, getRouteToParent
|
||||||
, getSubCurrentRoute
|
, getSubCurrentRoute
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
name: yesod-core
|
name: yesod-core
|
||||||
version: 1.6.2
|
version: 1.6.3
|
||||||
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