diff options
author | Peter Saxton <peterhsaxton@gmail.com> | 2020-06-17 07:19:08 +0100 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2020-06-17 07:39:11 +0100 |
commit | 11b46c1137903e675fbc61f62fc1dcbba2ef284c (patch) | |
tree | 848e83ff7b42207679599981740a586bcd1b7d2f | |
parent | 16ac7024bf620b8e8ba834aa27646e503b4450eb (diff) | |
download | gleam_stdlib-11b46c1137903e675fbc61f62fc1dcbba2ef284c.tar.gz gleam_stdlib-11b46c1137903e675fbc61f62fc1dcbba2ef284c.zip |
add changelog entry
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 60f301b..877854a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ - The `string` module gains the `split_once` function. - The `dynamic` module gains the `bit_string` function. - The `uri` module gains the `origin` and `merge` function. +- The `io.debug` function returns the printed term. ## 0.9.0 - 2020-05-26 |