aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2019-04-22 22:55:03 +0000
committerLouis Pilfold <louis@lpil.uk>2019-04-22 22:55:03 +0000
commitd2b072e4deaf9bfa4a458ec324f83cae08890043 (patch)
tree584fa892c88b57354004792dcb270818113cf07b /CHANGELOG.md
parent8797d27e0801d37a6082ce54dac9f9d5cb01ec6c (diff)
downloadgleam_stdlib-d2b072e4deaf9bfa4a458ec324f83cae08890043.tar.gz
gleam_stdlib-d2b072e4deaf9bfa4a458ec324f83cae08890043.zip
float:truncate
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 417e7e1..b43e9b7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,8 +9,8 @@
- `str` module gains `append` function and loses `from_int`, `parse_int`,
`from_float`, `parse_float`, and `base_from_int`.
- `int` module created with `parse`, `to_string`, and `to_base_string`.
-- `float` module created with `ceiling`, `floor`, `round`, `parse`, and
- `to_string`.
+- `float` module created with `ceiling`, `floor`, `round`, `truncate`,
+ `parse`, and `to_string`.
## v0.1.1 - 2019-04-17