diff options
author | Louis Pilfold <louis@lpil.uk> | 2019-04-22 22:33:15 +0000 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2019-04-22 22:33:15 +0000 |
commit | 077aaf3468c640b84ff53fc92171292ddae55bf4 (patch) | |
tree | a152edcc2240f053681ca6ba315dfeb9ed8fa793 /CHANGELOG.md | |
parent | afdabad5cd2df77eb3f309aab9da3d34e36a0b49 (diff) | |
download | gleam_stdlib-077aaf3468c640b84ff53fc92171292ddae55bf4.tar.gz gleam_stdlib-077aaf3468c640b84ff53fc92171292ddae55bf4.zip |
Int and float modules
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 33257e8..b3b5924 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,10 @@ `unique`, and `zip` functions. - `map_dict:Map` renamed to `map_dict:MapDict`. - `map_dict` module gains `drop`, and `take` functions. -- `str` module gains `append` function. +- `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 `parse`, and `to_string`. ## v0.1.1 - 2019-04-17 |