From 64b88c70bb81ec954e01183b5fa9d24cfef20278 Mon Sep 17 00:00:00 2001 From: Connor Prussin Date: Wed, 25 Sep 2019 17:03:20 -0700 Subject: [PATCH] Release notes for v0.9.0 --- History.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/History.md b/History.md index 551ad4a..f56ed07 100644 --- a/History.md +++ b/History.md @@ -1,11 +1,15 @@ +0.9.0 / 2019-09-25 +================== +- Provide utils from purescript-globals instead of FFI (thanks **@nsaunders**) +- Update the tests to work with purescript-spec v4.0.0 (thanks **Dretch**) +- Add some type declarations to get compatibility with node-buffer 6.x (thanks **Dretch**) + 0.8.3 / 2019-06-03 ================== - - Use `Buffer.concat` instead of string concatenation to fix ordering issues (thanks **@rnons**) 0.8.2 / 2019-05-20 ================== - - Add HTTP version to `HTTPure.Request` (thanks **@joneshf**) - Fix inconsistent case-insensitivity with `HTTPure.Headers` (thanks **@joneshf**)