From 8073c777e87dad8f7c5514691c80342fb412263b Mon Sep 17 00:00:00 2001 From: Rich In SQL Date: Mon, 24 Oct 2022 18:39:08 +0100 Subject: [PATCH] Update 22.10.21.md Updated release date and added warning and releases --- docs/Release-Notes/22.10.21.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/docs/Release-Notes/22.10.21.md b/docs/Release-Notes/22.10.21.md index d0e3e89f9c..2a47a58218 100644 --- a/docs/Release-Notes/22.10.21.md +++ b/docs/Release-Notes/22.10.21.md @@ -1,9 +1,22 @@ --- -title: Release 22.10.21 +title: Release 22.10.24 --- + +:::warning +This release includes a breaking change to the sync component, ensure your budget is [backed up](/Backup-Restore/Backups) before you update to avoid data loss +::: + Changes that are in this release are listed below. +## Releases + +This version of Actual does not include any of the following + +* Actual Electron Desktop Application +* iOS Application +* Android Application + ## Actual * [#1](https://github.com/actualbudget/actual-server/pull/1) Add fields to package.json thanks [coliff](https://github.com/coliff)