From 5a7a09381a300666c3a93c40218ecf1035e01009 Mon Sep 17 00:00:00 2001 From: Connor Prussin Date: Mon, 20 Aug 2018 14:14:05 -0700 Subject: [PATCH] Add missing release notes --- History.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/History.md b/History.md index 1a32351..d0100c5 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,8 @@ +unreleased +========== +- Re-export `HTTPure.Query` and `HTTPure.Status` (thanks **@akheron**) +- Support binary response body (thanks **@akheron**) + 0.7.0 / 2018-07-08 ================== - Add support for PureScript 0.12 (thanks **@akheron**)