aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2022-01-14 22:43:42 +0000
committerLouis Pilfold <louis@lpil.uk>2022-01-14 22:43:42 +0000
commit177bde17d615a1961cbf1e52d627bf6da332aba5 (patch)
tree7acd51e03f352be00c0fdde2a239b73796e6d01e
parent476195211e99133c7ef0fedf5a0d8ad3d0de5ede (diff)
downloadgleam_stdlib-177bde17d615a1961cbf1e52d627bf6da332aba5.tar.gz
gleam_stdlib-177bde17d615a1961cbf1e52d627bf6da332aba5.zip
Changes!
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 78b9a0f..f5eefcf 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,8 @@
- Fixed a bug where `io.print` and `io.println` may print unicode characters
incorrectly.
+- Fixed a bug where the `dynamic.field` function would return an incorrect error
+ value.
## v0.19.2 - 2022-01-09