diff options
author | Peter Saxton <peterhsaxton@gmail.com> | 2020-06-23 11:17:30 +0100 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2020-06-24 22:09:19 +0100 |
commit | 6b68e5e25006bc734345ce77ede14b6e54214d23 (patch) | |
tree | 0436b2f28d3e18797e79aeda5714c171ae74905c /CHANGELOG.md | |
parent | aba2570a6ead62c7fa62c29f70689e73f901ac9d (diff) | |
download | gleam_stdlib-6b68e5e25006bc734345ce77ede14b6e54214d23.tar.gz gleam_stdlib-6b68e5e25006bc734345ce77ede14b6e54214d23.zip |
add changelog and docs
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 25b47f5..518a173 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,8 @@ - Created the `regex` module with the `from_string`, `from_string_with`, and `match` functions. - The `list` module gains the the `pop`, `pop_map` and `key_pop` functions. +- `base` module created with `encode64`, `decode64`, `url_encode64` and + `url_decode64`. ## 0.9.0 - 2020-05-26 |