Skip to content

Commit

Permalink
Merge pull request #5171 from radarhere/makefile
Browse files Browse the repository at this point in the history
Add #5159 to the release notes
  • Loading branch information
radarhere committed Jan 2, 2021
2 parents aa390a5 + 5274090 commit 0c39689
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Expand Up @@ -76,6 +76,7 @@ install-req:

.PHONY: install-venv
install-venv:
echo "'install-venv' is deprecated and will be removed in a future Pillow release"
virtualenv .
bin/pip install -r requirements.txt

Expand Down
10 changes: 10 additions & 0 deletions docs/releasenotes/8.1.0.rst
Expand Up @@ -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/

Makefile
^^^^^^^^

The 'install-venv' target has been deprecated.

API Changes
===========

Expand Down Expand Up @@ -51,6 +56,11 @@ security fixes.
Other Changes
=============

Makefile
^^^^^^^^

The 'co' target has been removed.

PyPy wheels
^^^^^^^^^^^

Expand Down

0 comments on commit 0c39689

Please sign in to comment.