aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2023-05-10 18:58:14 +0100
committerLouis Pilfold <louis@lpil.uk>2023-05-10 18:58:14 +0100
commit8e92e3e87602f6cbb38291dee18d9068148c9da6 (patch)
tree9bdb479b1f884b67b5f78abfdc5d5a8803954ae3
parent431b519d9803105414417e03c0bea55deffac857 (diff)
downloadgleam_stdlib-8e92e3e87602f6cbb38291dee18d9068148c9da6.tar.gz
gleam_stdlib-8e92e3e87602f6cbb38291dee18d9068148c9da6.zip
Changelog!
-rw-r--r--CHANGELOG.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d400206..d4e3e43 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,12 +1,15 @@
# Changelog
+## Unreleased
+
+- The `result` module gains the `partition` function.
+
## v0.28.2 - 2023-05-09
- Fixed a bug where `dynamic.map` would crash when passed the JavaScript values
of `null` or `undefined`.
- Fixed a bug where `io.debug` would crash when called in a React Native
environment.
-- The `result` module gains the `partition` function.
## v0.28.1 - 2023-04-10