diff --git a/README.rst b/README.rst index 3146319..c1cc80e 100644 --- a/README.rst +++ b/README.rst @@ -105,8 +105,6 @@ Current support + wapiti (2.x.x) (XML report) -*Warning*: PTP relies on the fact that the supported tools are following `semantic version `_ -(except observed otherwise). In other words, when the supported tools increment their MINOR version and/or their PATCH -version, they do not break compatibility with the previous version. Based on that fact, PTP supposes that it supports -all version of a tool, as long as the MAJOR version has not been incremented (or an issue is created to report a broken -support). We might change our mind if it appears that the supported tools keep breaking their backward-compatibility. +*Warning*: Since v0.4, PTP relies on the fact that the supported tools are following `semantic version `_ +(except observed otherwise). In other words, as long as the tool doesn't update its MAJOR version, PTP will assume that +it can parse its report, reducing the maintenance cost on our side. diff --git a/docs/source/gettingstarted.rst b/docs/source/gettingstarted.rst index 415aafa..2a95d83 100644 --- a/docs/source/gettingstarted.rst +++ b/docs/source/gettingstarted.rst @@ -52,13 +52,9 @@ complex parsing. .. warning:: - PTP relies on the fact that the supported tools are following `semantic version `_ (except - observed otherwise). In other words, when the supported tools increment their MINOR version and/or their PATCH - version, they do not break compatibility with the previous version. - - Based on that fact, PTP supposes that it supports all version of a tool, as long as the MAJOR version has not been - incremented (or an issue is created to report a broken support). We might change our mind if it appears that the - supported tools keep breaking their backward-compatibility. + Since v0.4, PTP relies on the fact that the supported tools are following `semantic version `_ + (except observed otherwise). In other words, as long as the tool doesn't update its MAJOR version, PTP will assume + that it can parse its report, reducing the maintenance cost on our side. ============ Installation