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