Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 297 Bytes

CHANGELOG.md

File metadata and controls

7 lines (5 loc) · 297 Bytes

unreleased

0.4

  • Supported GHC 9 and older
  • 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.
  • Miscellaneous API additions and refactors