aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2019-06-29 19:26:26 +0100
committerLouis Pilfold <louis@lpil.uk>2019-06-29 19:26:38 +0100
commit2609fc35b3f9cb34789f92dbdd33c1ca706cc687 (patch)
treeae60e6e28cec5dbd5c6923bacf4dcfb7bf5a83e1 /CHANGELOG.md
parentc1465809b7be17228e35bfd66260c05d1381db7d (diff)
downloadgleam_stdlib-2609fc35b3f9cb34789f92dbdd33c1ca706cc687.tar.gz
gleam_stdlib-2609fc35b3f9cb34789f92dbdd33c1ca706cc687.zip
Split out Gleam HTTP
Now found at https://github.com/gleam-lang/gleam_http
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7fe076f..401e4c0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,7 @@
- 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.
## v0.2.0 - 2019-05-11