diff options
author | Louis Pilfold <louis@lpil.uk> | 2021-01-23 20:03:28 +0000 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2021-01-23 20:03:28 +0000 |
commit | 3ed779c6cc066cd5faa90bed9dfed8cb0929bd37 (patch) | |
tree | c1ddb58d82114ff77d469b43a9e6049453190509 | |
parent | 21668ef71d5669f148ea6f8db5736d11cb011241 (diff) | |
download | gleam_stdlib-3ed779c6cc066cd5faa90bed9dfed8cb0929bd37.tar.gz gleam_stdlib-3ed779c6cc066cd5faa90bed9dfed8cb0929bd37.zip |
Changelog
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ac7123..6f4eeab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ - The `list` modules gains the `fold_until`, `window`, and `window_by_2` functions. - The `int` module gains the `clamp` function. - The `float` module gains the `clamp` function. +- The `io` module gains the `get_line` function. ## v0.13.0 - 2021-01-13 |