From 51582830781ca852a76d494c61bba0ef406c4c84 Mon Sep 17 00:00:00 2001 From: Nickolay Kudasov Date: Fri, 21 Apr 2017 10:04:41 +0300 Subject: [PATCH] Bump version and update changelog --- CHANGELOG.md | 6 ++++-- http-api-data.cabal | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6af9278..fdf215a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,13 @@ 0.3.7 --- -* Minor change +* Minor changes: * Use [`attoparsec-iso8601`](http://hackage.haskell.org/package/attoparsec-iso8601) for parsing of time types. Now the accepted formats are the same as by `aeson`, i.e. parsers are more lenient - (see [#41](https://github.com/fizruk/http-api-data/pull/41)). + (see [#41](https://github.com/fizruk/http-api-data/pull/41)); + * Preserve fractions of a second in `ToHttpApiData` instances (see [#53](https://github.com/fizruk/http-api-data/pull/53)); + * Add `ToHttpApiData` and `FromHttpApiData` instances for `TimeOfDay` (see [#53](https://github.com/fizruk/http-api-data/pull/53)). 0.3.6 --- diff --git a/http-api-data.cabal b/http-api-data.cabal index 1a5c877..9b54a16 100644 --- a/http-api-data.cabal +++ b/http-api-data.cabal @@ -1,5 +1,5 @@ name: http-api-data -version: 0.3.6 +version: 0.3.7 license: BSD3 license-file: LICENSE author: Nickolay Kudasov