diff options
author | Sebastian Porto <s@porto5.com> | 2020-10-31 22:20:20 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-31 12:20:20 +0100 |
commit | 33fd0fb3130bf1f11947385c42e8bfadb3c753e1 (patch) | |
tree | bb05d3c339787f796add38add8ad932f5c0ee7be /CHANGELOG.md | |
parent | 8e421527ad59a4bcea656ca1cdd6c643c99771c9 (diff) | |
download | gleam_stdlib-33fd0fb3130bf1f11947385c42e8bfadb3c753e1.tar.gz gleam_stdlib-33fd0fb3130bf1f11947385c42e8bfadb3c753e1.zip |
Add percent_encode and percent_decode (#121)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c9c9dfe..06389e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,10 @@ - The `function` module gains `curry2` to `curry6`. - The `list` module gains the `each`, and `partition` functions. - The `int` and `float` modules gain the `negate` function. +- The `int` module gains the `to_float` function. - The `result` module gains the `all` function. - The `dynamic` module gains the `option` function. -- The `int` module gains the `to_float` function. +- The `uri` module gains the `percent_encode` and `percent_decode` functions. ## v0.11.0 - 2020-08-22 |