From b47c9a2c6c05a52111101ae697e81b002a500073 Mon Sep 17 00:00:00 2001 From: Connor Prussin Date: Tue, 3 Dec 2019 13:33:48 -0800 Subject: [PATCH] Release notes for v0.10.0 --- History.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/History.md b/History.md index f56ed07..8f1c722 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,7 @@ +0.10.0 / 2019-12-03 +=================== +- Update response functions to return `MonadAff m => m Repsonse` (thanks **@drewolson**) + 0.9.0 / 2019-09-25 ================== - Provide utils from purescript-globals instead of FFI (thanks **@nsaunders**)