From c7950b0d8daebd50e12d4c01cd5b5d88f8ada8c3 Mon Sep 17 00:00:00 2001 From: Vesa Karvonen Date: Tue, 27 Jun 2023 21:43:35 +0300 Subject: [PATCH] Release notes for 0.6.0 --- CHANGES.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 73ac8c22..c5d6ed7b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,6 +2,11 @@ All notable changes to this project will be documented in this file. +## 0.6.0 + +- Add timeout support to potentially blocking operations (@polytypic) +- Add explicit `~xt` parameter to `Xt.call` to make it polymorphic (@polytypic) + ## 0.5.3 - Fix to also snapshot and rollback post commit actions (@polytypic)