diff --git a/.travis/after_success.sh b/.travis/after_success.sh index 906ade61b..96781fbbd 100755 --- a/.travis/after_success.sh +++ b/.travis/after_success.sh @@ -37,7 +37,7 @@ if [ "$TRAVIS_REPO_SLUG" = "python-pillow/Pillow" ] && [ "$TRAVIS_BRANCH" = "mas export $(cat .to_export_back) if [ "$BUILD_LEADER" = "YES" ]; then if [ "$BUILD_AGGREGATE_STATUS" = "others_succeeded" ]; then - echo "All jobs succeded! Triggering macOS build..." + echo "All jobs succeeded! Triggering macOS build..." # Trigger a macOS build at the pillow-wheels repo ./build_children.sh else diff --git a/CHANGES.rst b/CHANGES.rst index dcbff8be1..435cf5a16 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3372,7 +3372,7 @@ Pre-fork to any other format, via a lookup table. That table should contain 256 values for each band in the output image. - + Some file drivers (including FLI/FLC, GIF, and IM) accidently + + Some file drivers (including FLI/FLC, GIF, and IM) accidentally overwrote the offset method with an internal attribute. All drivers have been updated to use private attributes where possible.