Add missing SubHandlerFor export

This commit is contained in:
Michael Snoyman 2018-04-04 12:11:00 +03:00
parent ff5618bd15
commit 778cf2cf0b
No known key found for this signature in database
GPG Key ID: A048E8C057E86876
3 changed files with 6 additions and 1 deletions

View File

@ -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)

View File

@ -148,6 +148,7 @@ module Yesod.Core.Handler
, setMessageI
, getMessage
-- * Subsites
, SubHandlerFor
, getSubYesod
, getRouteToParent
, getSubCurrentRoute

View File

@ -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>