Skip to content

Commit 2ad7bf6

Browse files
committed
Changelog!
1 parent 0a88883 commit 2ad7bf6

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

CHANGELOG.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
# Changelog
22

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+
39
## v1.6.0 - 2020-11-19
410

511
- The `gleam/http.default_req` function returns a `Request(String)` again,
612
reverting the change from v1.5.0.
7-
- The `gleam/http` module gains the `get_resp_cookie` function.
8-
- 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.
915
- The Gleam stdlib version requirement has been relaxed.
1016

1117
## v1.5.0 - 2020-09-23

0 commit comments

Comments
 (0)