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
|
||||
|
||||
* 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
|
||||
, getMessage
|
||||
-- * Subsites
|
||||
, SubHandlerFor
|
||||
, getSubYesod
|
||||
, getRouteToParent
|
||||
, getSubCurrentRoute
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
name: yesod-core
|
||||
version: 1.6.2
|
||||
version: 1.6.3
|
||||
license: MIT
|
||||
license-file: LICENSE
|
||||
author: Michael Snoyman <michael@snoyman.com>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user