diff options
author | Louis Pilfold <louis@lpil.uk> | 2021-08-23 16:18:21 +0100 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2021-08-23 16:18:21 +0100 |
commit | 54695cd5f23a6409d467074987df0fc7d5a3055e (patch) | |
tree | 4fd4b4122931540c3aad98dc8e08aa83ef57250e | |
parent | f1eaaa66e29c46587a4822c8938e86ec4c754151 (diff) | |
download | gleam_stdlib-54695cd5f23a6409d467074987df0fc7d5a3055e.tar.gz gleam_stdlib-54695cd5f23a6409d467074987df0fc7d5a3055e.zip |
Changes!
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index a04e070..d8ec189 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,7 @@ - The `dynamic` module functions now return structured error values instead of a string error description. - The `string` module gains the `to_option` function. +- Fixed a bug where `io.print` could crash when printing special characters. ## v0.16.0 - 2021-06-17 |