aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2019-06-30 11:53:09 +0100
committerLouis Pilfold <louis@lpil.uk>2019-06-30 11:53:09 +0100
commit02fd6d96e60d1a578193744a7799178755e37fde (patch)
treea4fab0130b082798569d7fbfd5d115a7adb6d030 /CHANGELOG.md
parent8c1557dd906e32ea65d26977c465d1f93a5026d6 (diff)
downloadgleam_stdlib-02fd6d96e60d1a578193744a7799178755e37fde.tar.gz
gleam_stdlib-02fd6d96e60d1a578193744a7799178755e37fde.zip
Relax result:map_error
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 401e4c0..85b4081 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,11 @@
## Unreleased
+- `result:map_error` has been relaxed to allow mapping to a different error
+ type.
+
+## v0.3.0 - 2019-06-25
+
- The `map_dict` module gains a `fold` function.
- All modules moved under the `std` namespace.
- The `http` module has been split out into the `gleam_http` package.