From 28375cfc38ea21c0ce185d68f54279e5d692b326 Mon Sep 17 00:00:00 2001 From: ingesolvoll Date: Wed, 17 Nov 2021 19:43:30 +0100 Subject: [PATCH] Changelog updated for 0.2.2 --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f40e5e..7dca3ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ ## Changed +# 0.2.2 (2021-11-17) + +## Changed +- Switched to https://github.com/ingesolvoll/re-statecharts for statecharts integration. Core API should mostly be +intact, but `::discard`, `::stop`, `::state-full` have been removed in favor of their twins in re-statecharts. + +## Added +- Much smoother deploy process, controlled through tags on github. + # 0.2.1 (2021-10-19) ## Changed