aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2021-08-23 16:18:21 +0100
committerLouis Pilfold <louis@lpil.uk>2021-08-23 16:18:21 +0100
commit54695cd5f23a6409d467074987df0fc7d5a3055e (patch)
tree4fd4b4122931540c3aad98dc8e08aa83ef57250e
parentf1eaaa66e29c46587a4822c8938e86ec4c754151 (diff)
downloadgleam_stdlib-54695cd5f23a6409d467074987df0fc7d5a3055e.tar.gz
gleam_stdlib-54695cd5f23a6409d467074987df0fc7d5a3055e.zip
Changes!
-rw-r--r--CHANGELOG.md1
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