aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathias Jean Johansen <mathias@mjj.io>2022-05-04 06:50:06 +0200
committerLouis Pilfold <louis@lpil.uk>2022-05-04 22:08:15 +0100
commit97a3710703ce13f1a882b2c6eb17162c91ac77e9 (patch)
treea60084c27e1deb889793a765d58b552b06bc4f8b
parent23dc850e6c700ad3a7a64c2f55d2d23a879f082c (diff)
downloadgleam_stdlib-97a3710703ce13f1a882b2c6eb17162c91ac77e9.tar.gz
gleam_stdlib-97a3710703ce13f1a882b2c6eb17162c91ac77e9.zip
Update CHANGELOG.
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a62aac5..c2eace1 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`, and `capitalize` functions.
## v0.21.0 - 2022-04-24