From 215fda0539ab7a938a9a2ac7b1bc935d59ea3187 Mon Sep 17 00:00:00 2001 From: Andrew Savchenko Date: Tue, 27 Apr 2021 16:00:22 +0930 Subject: [PATCH] [ABI] Add notice about backend upgrade --- POLICY.md | 1 + 1 file changed, 1 insertion(+) diff --git a/POLICY.md b/POLICY.md index f135e1630..b540da5b1 100644 --- a/POLICY.md +++ b/POLICY.md @@ -11,6 +11,7 @@ As there are no major releases yet, we do not support any older versions. Users ## ABI policy 1. We target stable `rustc`. +2. TaskChampion will never upgrade any backend to a non-compatible version without explicit user's request. ## API policy