Changelog fix and typo correction
This commit is contained in:
parent
05f2a7631c
commit
5f21c73d7d
@ -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
|
||||||
|
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user