From d377dae9d2e7f93cb92d2be87d786c579533ee7e Mon Sep 17 00:00:00 2001
From: Victor Poughon <victor.poughon@cnes.fr>
Date: Wed, 1 Aug 2018 08:21:25 +0200
Subject: [PATCH] DOC: Update CONTRIBUTING.md

---
 CONTRIBUTING.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 90b094dcbe..05e3c06a68 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -192,4 +192,4 @@ Starting from OTB 7.0.0, we use [semantic versioning](https://semver.org/). See
 
 The branch develop is always on the next MAJOR.MINOR release version number. PATCH releases are done on their respective release branches (for example release 7.0.1 is on branch release-7.0).
 
-For the purpose of defining backwards compatibility, OTB API covers the C++ API, the Python bindings, application names and application parameters.
+For the purpose of defining backwards compatibility, the OTB API covers (not an exhaustive list): the C++ API, the Python bindings, application names, application parameters, output format and interpretation of input data.
-- 
GitLab