From 2611d498b87dbf35e25e2e338d16fff4018abab5 Mon Sep 17 00:00:00 2001 From: Connor Prussin Date: Thu, 4 Mar 2021 09:39:26 -0800 Subject: [PATCH] Release notes for v0.11.0 --- History.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/History.md b/History.md index 8f1c722..5f46bcb 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,12 @@ +0.11.0 / 2021-03-04 +=================== +- Dependency version bumps +- Fix `Utils.replacePlus` to replace all occurrences (thanks **@tmciver**) +- Update to purescript 0.14 (thanks **@realvictorprm**) +- Expose original request url as a part of `Request` (thanks **@paluh**) +- Bind to 0.0.0.0 instead of 'localhost' +- Add spago configuration (thanks **@drewolson**) + 0.10.0 / 2019-12-03 =================== - Update response functions to return `MonadAff m => m Repsonse` (thanks **@drewolson**)