From 56ab1cfba198db62d3d387b7cddc3da5e02ccd29 Mon Sep 17 00:00:00 2001 From: homm Date: Wed, 5 Oct 2016 01:28:17 +0300 Subject: [PATCH] clarify Following fork --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index d4ce868b4..acfc3fad4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ # Pillow-SIMD Pillow-SIMD is "following" Pillow fork (which is PIL fork itself). +"Following" means than Pillow-SIMD versions are 100% compatible +drop-in replacement for Pillow with the same version number. +For example, `Pillow-SIMD 3.2.0.post3` is drop-in replacement for +`Pillow 3.2.0` and `Pillow-SIMD 3.4.1.post0` for `Pillow 3.4.1`. For more information about original Pillow, please [read the documentation][original-docs],