Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions yesod-core/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# ChangeLog for yesod-core

## 1.6.30.0

* Remove internal utility functions inadvertently exported from `Yesod.Core.Types` in 1.6.29.0 [#1908](https://github.com/yesodweb/yesod/pull/1908):
* `putTime`
* `getTime`
* `formatW3`
* `formatRFC1123`
* `formatRFC822`
* `getCurrentMaxExpiresRFC1123`

## 1.6.29.1

* Fix compilation error for text >= 2.1.2 [#1905](https://github.com/yesodweb/yesod/pull/1905)
Expand Down
1 change: 0 additions & 1 deletion yesod-core/src/Yesod/Core/Types.hs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ module Yesod.Core.Types (
, module Yesod.Core.Types.TypedContent
, module Yesod.Core.Types.HandlerContents

, module Yesod.Core.Internal.Util
, module Yesod.Routes.Class
, module Yesod.Core.TypeCache
) where
Expand Down
2 changes: 1 addition & 1 deletion yesod-core/yesod-core.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: yesod-core
version: 1.6.29.1
version: 1.6.30.0
license: MIT
license-file: LICENSE
author: Michael Snoyman <[email protected]>
Expand Down
Loading