diff options
| author | Bernát Gábor <bgabor8@bloomberg.net> | 2022-11-27 19:54:35 -0800 |
|---|---|---|
| committer | Bernát Gábor <bgabor8@bloomberg.net> | 2022-11-27 19:54:35 -0800 |
| commit | 33e7b9db29e93493e695f929767a27f007d31f4c (patch) | |
| tree | b8951b6022458a1094692aadd3fc27e224c4376e /docs | |
| parent | 7cb7e63e749c17a9b8e2d37616189f5d9e079251 (diff) | |
| download | virtualenv-33e7b9db29e93493e695f929767a27f007d31f4c.tar.gz | |
release 20.17.020.17.0
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/changelog.rst | 14 | ||||
| -rw-r--r-- | docs/changelog/2422.feature.rst | 1 | ||||
| -rw-r--r-- | docs/changelog/2448.bugfix.rst | 1 | ||||
| -rw-r--r-- | docs/changelog/2450.feature.rst | 1 | ||||
| -rw-r--r-- | docs/changelog/2451.bugfix.rst | 1 |
5 files changed, 14 insertions, 4 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst index f0c5d3e..af0ee61 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -5,6 +5,20 @@ Release History .. towncrier release notes start +v20.17.0 (2022-11-27) +--------------------- + +Features - 20.17.0 +~~~~~~~~~~~~~~~~~~ +- Change Nushell activation script to be a module meant to be activated as an overlay. (`#2422 <https://github.com/pypa/virtualenv/issues/2422>`_) +- Update operator used in Nushell activation script to be compatible with future versions. (`#2450 <https://github.com/pypa/virtualenv/issues/2450>`_) + +Bugfixes - 20.17.0 +~~~~~~~~~~~~~~~~~~ +- Do not use deprecated API from ``importlib.resources`` on Python 3.10 or later - by :user:`gaborbernat`. (`#2448 <https://github.com/pypa/virtualenv/issues/2448>`_) +- Upgrade embedded setuptools to ``65.6.3`` from ``65.5.1`` - by :user:`gaborbernat`. (`#2451 <https://github.com/pypa/virtualenv/issues/2451>`_) + + v20.16.7 (2022-11-12) --------------------- diff --git a/docs/changelog/2422.feature.rst b/docs/changelog/2422.feature.rst deleted file mode 100644 index e4a1fd5..0000000 --- a/docs/changelog/2422.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Change Nushell activation script to be a module meant to be activated as an overlay. diff --git a/docs/changelog/2448.bugfix.rst b/docs/changelog/2448.bugfix.rst deleted file mode 100644 index 7ec3159..0000000 --- a/docs/changelog/2448.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Do not use deprecated API from ``importlib.resources`` on Python 3.10 or later - by :user:`gaborbernat`. diff --git a/docs/changelog/2450.feature.rst b/docs/changelog/2450.feature.rst deleted file mode 100644 index 1b38e54..0000000 --- a/docs/changelog/2450.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Update operator used in Nushell activation script to be compatible with future versions. diff --git a/docs/changelog/2451.bugfix.rst b/docs/changelog/2451.bugfix.rst deleted file mode 100644 index dca61ef..0000000 --- a/docs/changelog/2451.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Upgrade embedded setuptools to ``65.6.3`` from ``65.5.1`` - by :user:`gaborbernat`. |
