aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fda755b..0f8bc9b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,10 +2,11 @@
## Unreleased
-- The `result`, and `tuple*` functions have been removed from the `dynamic`
- module.
- The `dynamic` module gains the `dynamic` function.
-- The `dynamic.list` function has been renamed to `dynamic.shallow_list`.
+- The shallow `dynamic.list` function has been renamed to
+ `dynamic.shallow_list`.
+- The shallow `result`, and `tuple*` functions have been removed from the
+ `dynamic` module.
- The `dynamic.typed_list` function has been renamed to `dynamic.list`.
- The `dynamic.typed_result` function has been renamed to `dynamic.result`.
- The `dynamic.any` is now available on JavaScript.