summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2022-03-18 10:09:53 -0400
committerGitHub <noreply@github.com>2022-03-18 14:09:53 +0000
commita16f609ec9ff6797d7694591151371c51698d911 (patch)
tree0509b37fa3ea976769f1aca25aef4df95a22aac7 /docs
parentd865c3e2940f287b065a4071cac59f543a2b23be (diff)
downloadvirtualenv-a16f609ec9ff6797d7694591151371c51698d911.tar.gz
fix 20ms startup penalty added by virtualenv (#2317)
Diffstat (limited to 'docs')
-rw-r--r--docs/changelog/2317.bugfix.rst1
-rw-r--r--docs/changelog/examples.rst6
2 files changed, 4 insertions, 3 deletions
diff --git a/docs/changelog/2317.bugfix.rst b/docs/changelog/2317.bugfix.rst
new file mode 100644
index 0000000..6d71302
--- /dev/null
+++ b/docs/changelog/2317.bugfix.rst
@@ -0,0 +1 @@
+Improve performance of python startup inside created virtualenvs - by :user:`asottile`.
diff --git a/docs/changelog/examples.rst b/docs/changelog/examples.rst
index 5753395..eda79eb 100644
--- a/docs/changelog/examples.rst
+++ b/docs/changelog/examples.rst
@@ -2,17 +2,17 @@
file ``544.doc.rst``::
- explain everything much better - by ``passionate_technicalwriter``
+ explain everything much better - by :user:`passionate_technicalwriter`.
file ``544.feature.rst``::
- ``tox --version`` now shows information about all registered plugins - by ``obestwalter``
+ ``tox --version`` now shows information about all registered plugins - by :user:`obestwalter`.
file ``571.bugfix.rst``::
``skip_install`` overrides ``usedevelop`` (``usedevelop`` is an option to choose the
installation type if the package is installed and ``skip_install`` determines if it should be
- installed at all) - by ``ferdonline``
+ installed at all) - by :user:`ferdonline`.
.. see pyproject.toml for all available categories