tweake changelogs for the upcoming release

This commit is contained in:
Sönke Hahn 2016-09-17 11:46:26 -04:00
parent 2a21e14e6e
commit d7d22b8050
2 changed files with 7 additions and 7 deletions

View file

@ -1,11 +1,10 @@
0.8.1 0.9
----- ---
* BACKWARDS INCOMPATIBLE: `client` now returns a ClientM which is a Reader for * BACKWARDS INCOMPATIBLE: `client` now returns a ClientM which is a Reader for
BasicEnv. BasicEnv comprises the HttpManager and BaseUrl that have had to be BasicEnv. BasicEnv comprises the HttpManager and BaseUrl that have had to be
passed to each method returned by `client`. passed to each method returned by `client`.
0.7.1 0.7.1
----- -----

View file

@ -1,8 +1,9 @@
next 0.9
---- ---
* Added Eq, Show, Read, Generic and Ord instances to IsSecure * Added Eq, Show, Read, Generic and Ord instances to IsSecure
* BACKWARDS INCOMPATIBLE replace use of `ToFromByteString` with `To/FromHttpApiData` for `GetHeaders/BuildHeadersTo` * BACKWARDS INCOMPATIBLE: replace use of `ToFromByteString` with `To/FromHttpApiData` for `GetHeaders/BuildHeadersTo`
* BACKWARD INCOMPATIBLE: Moved `From/ToFormUrlEncoded` classes, which were renamed to `From/ToForm` to `http-api-data` * BACKWARDS INCOMPATIBLE: Moved `From/ToFormUrlEncoded` classes, which were renamed to `From/ToForm` to `http-api-data`
0.8.1 0.8.1
---- ----