Skip to content

Commit c2ea38d

Browse files
committed
v0.4
1 parent 103a943 commit c2ea38d

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## unreleased
22

3-
## 0.3.6
3+
## 0.4
44

5-
Supported GHC 9 and older
5+
* Supported GHC 9 and older
6+
* Changed the type of `mkUTCTime :: Day -> DiffTime -> UTCTime` to `mkUTCTime :: Year -> Month -> DayOfMonth -> Hour -> Minute -> Double -> UTCTime`. Use the `UTCTime` pattern synonym instead if needed.
7+
* Miscellaneous API additions and refactors

thyme.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: thyme
2-
version: 0.3.6
2+
version: 0.4
33
synopsis: A faster time library
44
description:
55
@thyme@ is a performance-optimized rewrite of the excellent

0 commit comments

Comments
 (0)