aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2020-07-07 12:06:07 +0100
committerLouis Pilfold <louis@lpil.uk>2020-07-07 12:06:07 +0100
commit28fdf1078ca67f224944bffebe46151ba4a9234a (patch)
tree1ce4df5b4827e96a89b5b575302dfbd30accdd32 /CHANGELOG.md
parent508fd5b979c597e35313e1fea970356d9fbc6c96 (diff)
downloadgleam_stdlib-28fdf1078ca67f224944bffebe46151ba4a9234a.tar.gz
gleam_stdlib-28fdf1078ca67f224944bffebe46151ba4a9234a.zip
dynamic.any
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1db3cd2..f09670c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,13 @@
# Changelog
+## Unreleased
+
- Fix `uri.parse_query` to handle the case where query parameters are present
without a value.
+- The types for `list.find_map` have been relaxed.
+- The `dynamic.typed_list` argument label has changed from `containing` to
+ `of`.
+- The `dynamic` module gains the `any` function.
## v0.10.1 - 2020-07-01