From 346ced46c94c6113b7333beb8fa1b577f03fa2e5 Mon Sep 17 00:00:00 2001 From: Ashley Yakeley <ashley@yakeley.org> Date: Sat, 19 Dec 2015 20:47:55 -0800 Subject: [PATCH] added changelog.md --- changelog.md | 17 +++++++++++++++++ time.cabal | 1 + 2 files changed, 18 insertions(+) create mode 100644 changelog.md diff --git a/changelog.md b/changelog.md new file mode 100644 index 0000000..ee9e84c --- /dev/null +++ b/changelog.md @@ -0,0 +1,17 @@ +# Change Log + +## [1.6] + +### Added +- FormatTime, ParseTime, Show and Read instances for UniversalTime +- diffTimeToPicoseconds +- this change log + +### Changed +- Use clock_gettime where available +- Read and Show instances exported in the same module as their types +- Fixed bug in fromSundayStartWeekValid +- Parsing functions now reject invalid dates +- Various documentation fixes + +## [1.5.0.1] diff --git a/time.cabal b/time.cabal index 4e766b2..8eea72e 100644 --- a/time.cabal +++ b/time.cabal @@ -15,6 +15,7 @@ cabal-version: >=1.10 x-follows-version-policy: extra-source-files: + changelog.md aclocal.m4 configure.ac configure -- GitLab