diff options
Diffstat (limited to 'docs/changes.rst')
-rw-r--r-- | docs/changes.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/changes.rst b/docs/changes.rst index db77558..c437086 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -14,7 +14,7 @@ Features - Drop Jython support. Jython became slower and slower in the last few months and significantly holds back our CI and development. As there's very little user base for it decided to drop support for it. If there are Jython developers reach out to us to see how we can add back support. (`#1354 <https://github.com/pypa/virtualenv/issues/1354>`_) -- Upgrade embeded packages: +- Upgrade embedded packages: * upgrade wheel from ``0.33.1`` to ``0.33.4`` * upgrade pip from ``19.1`` to ``19.1.1`` (`#1356 <https://github.com/pypa/virtualenv/issues/1356>`_) |