Merge pull request #5171 from radarhere/makefile

Add #5159 to the release notes
This commit is contained in:
Andrew Murray 2021-01-02 20:20:05 +11:00 committed by GitHub
commit 0c39689690
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 0 deletions

View File

@ -76,6 +76,7 @@ install-req:
.PHONY: install-venv .PHONY: install-venv
install-venv: install-venv:
echo "'install-venv' is deprecated and will be removed in a future Pillow release"
virtualenv . virtualenv .
bin/pip install -r requirements.txt bin/pip install -r requirements.txt

View File

@ -15,6 +15,11 @@ vulnerability introduced in FreeType 2.6 (:cve:`CVE-2020-15999`).
.. _2.10.4: https://sourceforge.net/projects/freetype/files/freetype2/2.10.4/ .. _2.10.4: https://sourceforge.net/projects/freetype/files/freetype2/2.10.4/
Makefile
^^^^^^^^
The 'install-venv' target has been deprecated.
API Changes API Changes
=========== ===========
@ -51,6 +56,11 @@ security fixes.
Other Changes Other Changes
============= =============
Makefile
^^^^^^^^
The 'co' target has been removed.
PyPy wheels PyPy wheels
^^^^^^^^^^^ ^^^^^^^^^^^