diff options
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index a21b485..88fe39e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ incorrectly stated in some cases. - `result.then` is now an alias of `result.try`; both do the same. - The `list` module gains the `try_each` function. +- The `dynamic` module gains the `optional_field` function. ## v0.28.0 - 2023-03-26 |