Changelog fix and typo correction

This commit is contained in:
Michael Snoyman 2014-11-30 07:39:40 +02:00
parent 05f2a7631c
commit 5f21c73d7d
2 changed files with 6 additions and 1 deletions

View File

@ -1,6 +1,11 @@
## 1.4.6
Added the `Yesod.Core.Unsafe` module.
## 1.4.5 ## 1.4.5
* `envClientSessionBackend` * `envClientSessionBackend`
* Conditional `MonadLoggerIO` instance.
## 1.4.4.5 ## 1.4.4.5

View File

@ -1,6 +1,6 @@
-- | This is designed to be used as -- | This is designed to be used as
-- --
-- > qualifyed import Yesod.Core.Unsafe as Unsafe -- > qualified import Yesod.Core.Unsafe as Unsafe
-- --
-- This serves as a reminder that the functions are unsafe to use in many situations. -- This serves as a reminder that the functions are unsafe to use in many situations.
module Yesod.Core.Unsafe (runFakeHandler, fakeHandlerGetLogger) where module Yesod.Core.Unsafe (runFakeHandler, fakeHandlerGetLogger) where