diff options
author | Marcin Puc <marcin.e.puc@gmail.com> | 2021-05-11 13:10:41 +0200 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2021-05-12 11:35:10 +0100 |
commit | 294c9a8d214228a84b2ce4d95133e0fadde1a3fb (patch) | |
tree | 57596502fa9340fe187ed306d4c500f87ecfb8d7 | |
parent | d1f38c1b92f332ff338426ed7b50c3841245a617 (diff) | |
download | gleam_stdlib-294c9a8d214228a84b2ce4d95133e0fadde1a3fb.tar.gz gleam_stdlib-294c9a8d214228a84b2ce4d95133e0fadde1a3fb.zip |
Add note on unicode to changelog
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index b169239..12abe0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ - The `list` module gains the `interleave`, `flat_map` and `transpose` functions. - The `option` module gains the `all` and `values` functions. +- The `os` module now uses unicode to encode/decode environment variables. + This fixes an issue when non-latin characters are present in environment. - The `result` module gains the `values` function. - All modules now use the new `#(a, b, ...)` tuple syntax. |