summaryrefslogtreecommitdiff
path: root/docs/changelog/1824.bugfix.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/changelog/1824.bugfix.rst')
-rw-r--r--docs/changelog/1824.bugfix.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/changelog/1824.bugfix.rst b/docs/changelog/1824.bugfix.rst
deleted file mode 100644
index 7fb4bff..0000000
--- a/docs/changelog/1824.bugfix.rst
+++ /dev/null
@@ -1,3 +0,0 @@
-Fix virtualenv fails sometimes when run concurrently, ``--clear-app-data`` conflicts with :option:`clear` flag when
-abbreviation is turned on. To bypass this while allowing abbreviated flags on the command line we had to move it to
-:option:`reset-app-data` - by :user:`gaborbernat`.