From 294c9a8d214228a84b2ce4d95133e0fadde1a3fb Mon Sep 17 00:00:00 2001 From: Marcin Puc Date: Tue, 11 May 2021 13:10:41 +0200 Subject: Add note on unicode to changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) 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. -- cgit v1.2.3