aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f03a751..9b4f44c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog
+## v0.3.0 - 2022-11-22
+
+- The `then` and `then_try` function in the `promise` module have been renamed
+ to `await` and `try_await`.
## v0.2.0 - 2022-11-22
- The `promise.do_await_list` function has been removed.