From 33fd0fb3130bf1f11947385c42e8bfadb3c753e1 Mon Sep 17 00:00:00 2001 From: Sebastian Porto Date: Sat, 31 Oct 2020 22:20:20 +1100 Subject: Add percent_encode and percent_decode (#121) --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'CHANGELOG.md') 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 -- cgit v1.2.3