File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# ChangeLog for yesod-core
22
3+ ## 1.6.30.0
4+
5+ * Remove internal utility functions inadvertently exported from ` Yesod.Core.Types ` in 1.6.29.0 [ #1908 ] ( https://github.com/yesodweb/yesod/pull/1908 ) :
6+ * ` putTime `
7+ * ` getTime `
8+ * ` formatW3 `
9+ * ` formatRFC1123 `
10+ * ` formatRFC822 `
11+ * ` getCurrentMaxExpiresRFC1123 `
12+
313## 1.6.29.1
414
515* Fix compilation error for text >= 2.1.2 [ #1905 ] ( https://github.com/yesodweb/yesod/pull/1905 )
Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ module Yesod.Core.Types (
1515 , module Yesod.Core.Types.TypedContent
1616 , module Yesod.Core.Types.HandlerContents
1717
18- , module Yesod.Core.Internal.Util
1918 , module Yesod.Routes.Class
2019 , module Yesod.Core.TypeCache
2120 ) where
Original file line number Diff line number Diff line change 11name : yesod-core
2- version : 1.6.29.1
2+ version : 1.6.30.0
33license : MIT
44license-file : LICENSE
55author : Michael Snoyman <michael@snoyman.com>
You can’t perform that action at this time.
0 commit comments