We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a88883 commit 2ad7bf6Copy full SHA for 2ad7bf6
CHANGELOG.md
@@ -1,11 +1,17 @@
1
# Changelog
2
3
+## v1.7.0 - 2020-11-29
4
+
5
+- The `gleam/http` module gains the `get_resp_cookies` function.
6
+- The `gleam/http.get_resp_cookie` function as been deprecated in favour of
7
+ `gleam/http.get_resp_cookie`.
8
9
## v1.6.0 - 2020-11-19
10
11
- The `gleam/http.default_req` function returns a `Request(String)` again,
12
reverting the change from v1.5.0.
-- The `gleam/http` module gains the `get_resp_cookie` function.
-- The `gleam/http` module gains the `set_scheme` and `set_port` functions.
13
+- The `gleam/http` module gains the `get_resp_cookie`, `set_scheme` and
14
+ `set_port` functions.
15
- The Gleam stdlib version requirement has been relaxed.
16
17
## v1.5.0 - 2020-09-23
0 commit comments