diff options
author | inoas <mail@inoas.com> | 2022-05-17 18:48:03 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-17 19:48:03 +0100 |
commit | 5c26af70c60c51531972a760482a3580402b7d68 (patch) | |
tree | 50f1df6f5f1c3f09e550a977b45d510eb0a3a6c1 /CHANGELOG.md | |
parent | f9d57db847ff2a8471c9136bd309c870b610d04d (diff) | |
download | gleam_stdlib-5c26af70c60c51531972a760482a3580402b7d68.tar.gz gleam_stdlib-5c26af70c60c51531972a760482a3580402b7d68.zip |
add string.inspect() (#296)
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 2457140..4f58fbd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ - The `float` module gains the `divide` function. - The `int` module gains the `divide`, `power`, and `square_root` functions. +- The `string` module gains the `first`, `last`, `capitalise` and `inspect` functions. - The `string` module gains the `first`, `last`, and `capitalise` functions. - Fixed a bug where `string.reverse` would break utf8 strings on target JavaScript. - Fixed a bug where `string.slice` would break utf8 strings on target JavaScript. |