From b83185d32489df9c0c63546f73e432e7005fb7c3 Mon Sep 17 00:00:00 2001 From: Tobias Nyholm Date: Sat, 16 Jul 2016 11:55:38 +0200 Subject: [PATCH] Added a bc note --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 233bcd7..1ca414b 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,13 @@ Please see the [official documentation](http://php-http.readthedocs.org/en/lates $ composer test ``` +## Backwards compatibility promise + +The backwards compatibility promise does not include classes marked with the `@internal` annotation. Nor does it +include the default order of which the strategies are executed. However we do promise that we do not remove any strategies +and we will also not remove any classes in the `CommonClassesStrategy`. We do also promise to support the following Puli versions: + +* 1.0.0-beta10 ## Contributing