aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorConnor Schembor <connor.schembor@rutgers.edu>2020-10-29 21:52:05 -0400
committerLouis Pilfold <louis@lpil.uk>2020-10-30 11:46:09 +0100
commit8e421527ad59a4bcea656ca1cdd6c643c99771c9 (patch)
tree2a613e75920bdf648eb336b7ba739ebb2984036b /CHANGELOG.md
parent6b2b12760686566bf4ca88008f06194788d32eb1 (diff)
downloadgleam_stdlib-8e421527ad59a4bcea656ca1cdd6c643c99771c9.tar.gz
gleam_stdlib-8e421527ad59a4bcea656ca1cdd6c643c99771c9.zip
Add to_float function for int module
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b45b807..c9c9dfe 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,7 @@
- The `int` and `float` modules gain the `negate` function.
- The `result` module gains the `all` function.
- The `dynamic` module gains the `option` function.
+- The `int` module gains the `to_float` function.
## v0.11.0 - 2020-08-22