diff options
Diffstat (limited to 'ChangeLog.md')
-rw-r--r-- | ChangeLog.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog.md b/ChangeLog.md index 78fb0b8..a09b980 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,9 @@ # Changelog for http-client +## 0.7.4 + +* Depend on base64-bytestring instead of memory [#453](https://github.com/snoyberg/http-client/pull/453) + ## 0.7.3 * Added `withSocket` to `Network.HTTP.Client.Connection`. |