aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2022-03-01 13:17:21 +0000
committerLouis Pilfold <louis@lpil.uk>2022-03-01 13:17:21 +0000
commitc3e41161ea13c43cc4b1f22e8b9c98a8430d1b0d (patch)
tree06746bd6c169177ca9302e6c9b775be49891791b
parenta9a9c27c5f772bd7962952e8324a4cff624239e0 (diff)
downloadgleam_stdlib-c3e41161ea13c43cc4b1f22e8b9c98a8430d1b0d.tar.gz
gleam_stdlib-c3e41161ea13c43cc4b1f22e8b9c98a8430d1b0d.zip
Changes!
-rw-r--r--CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e18e60e..bbf9e55 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,8 +2,9 @@
## Unreleased
+- The `eunit` Erlang headers are no longer required to compile this package.
- Fixed a bug where the `string.length` function would cause a JavaScript error
- for empty strings.
+ for empty strings on older JavaScript runtimes.
## v0.20.0 - 2022-02-22