Add federation compat question in faq
authorChocobozzz <me@florianbigard.com>
Tue, 5 May 2020 07:26:28 +0000 (09:26 +0200)
committerChocobozzz <me@florianbigard.com>
Tue, 5 May 2020 11:54:30 +0000 (13:54 +0200)
FAQ.md

diff --git a/FAQ.md b/FAQ.md
index 971be03d21836055ab99c9f486a6d1930ffa6aef..0553faec5651ac880807f7c457a6a51c42978a7c 100644 (file)
--- a/FAQ.md
+++ b/FAQ.md
@@ -22,6 +22,7 @@
 - [Are you going to support advertisements?](#are-you-going-to-support-advertisements)
 - [What is "creation dynamic" and why not modify it?](#what-is-creation-dynamic-and-why-not-modify-it)
 - [I have found a security vulnerability in PeerTube. Where and how should I report it?](#i-have-found-a-security-vulnerability-in-peertube-where-and-how-should-i-report-it)
+- [Does PeerTube ensures federation compatibility with previous version?](#does-peertube-ensures-federation-compatibility-with-previous-version)
 
 <!-- END doctoc generated TOC please keep comment here to allow auto update -->
 
@@ -164,3 +165,8 @@ We are always open to discussion about potential PRs bringing in features, even
 ## I have found a security vulnerability in PeerTube. Where and how should I report it?
 
 We have a policy for contributions related to security. Please refer to [SECURITY.md](./SECURITY.md)
+
+## Does PeerTube ensures federation compatibility with previous version?
+
+We **try** to keep compatibility with the latest minor version (2.3.1 with 2.2 for example).
+We don't have resources to keep compatibility with other versions.