diff options
author | Peter Saxton <peterhsaxton@gmail.com> | 2020-06-23 11:09:01 +0100 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2020-06-24 22:09:19 +0100 |
commit | 5077a4915893310e2f94a6541563529305e3cd28 (patch) | |
tree | 1f2ce90ba1219f858e0d55e20dec0d979b372df3 /CHANGELOG.md | |
parent | 5017b8bff3097206d36bc6d5f28ce082649d4dbc (diff) | |
download | gleam_stdlib-5077a4915893310e2f94a6541563529305e3cd28.tar.gz gleam_stdlib-5077a4915893310e2f94a6541563529305e3cd28.zip |
encode and decode functions for bas64
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index b96f93b..25b47f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,7 +20,7 @@ - The `result` module gains the the `or` function. - 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. +- The `list` module gains the the `pop`, `pop_map` and `key_pop` functions. ## 0.9.0 - 2020-05-26 |