aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8c926ee..578da59 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,10 @@
# Changelog
+## v0.50.0 - 2024-12-22
+
+- The `dynamic/decode` module has been added. This module will replace the
+ dynamic decoding combinators from `dynamic` (`decode3`, etc) in future.
+
## v0.49.0 - 2024-12-19
- The `float` module gains the `exponential` and `logarithm` function.