From 05557bf7385195fc04bc1ec8d6a5a556b972a660 Mon Sep 17 00:00:00 2001 From: Kevin Renskers Date: Sat, 4 Dec 2021 16:23:22 +0100 Subject: [PATCH] chore: Fix changelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 261d252..d0ed0ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ ## BREAKING CHANGES - due to [297e38](https://github.com/loopwerk/Saga/commit/297e3814e165bae19907c1e762f08718826bcd73): Saga now supports asynchronous readers -this now requires Saga to be executed from an async scope. See the example app in the Saga repo for an example (run.swift). +This now requires Saga to be executed from an async scope. See the example app in the Saga repo for an example (run.swift). # 0.22.0 - 2021-08-18 @@ -117,4 +117,4 @@ this now requires Saga to be executed from an async scope. See the example app i - `Saga.fileStorage` is now public # 0.1.0 - 2021-01-29 -- Initial release \ No newline at end of file +- Initial release