diff options
author | Robert Attard <robert.attard@mail.mcgill.ca> | 2022-01-03 18:51:10 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-03 23:51:10 +0000 |
commit | 265c228f4a8f233d863f35df9f8e888918902cdc (patch) | |
tree | c7a6a35939625c1096670d927951379f9b625523 /CHANGELOG.md | |
parent | 2c7c5d2a511bd5cb6ed65214790c5a91488dd7e5 (diff) | |
download | gleam_stdlib-265c228f4a8f233d863f35df9f8e888918902cdc.tar.gz gleam_stdlib-265c228f4a8f233d863f35df9f8e888918902cdc.zip |
Int.digits & int.undigits
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d22e46..fda755b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ - The `dynamic.DecodeError` now has a `path` field. - The decoder functions of the `dynamic` module now return multiple errors. - The `dynamic.tuple*` functions are now partially applied. +- The `int` module gains the `digits` and `undigits` functions. ## v0.18.1 - 2021-12-19 |