From 81d4484b96ba1df98c9542c239bbf64ab21d56cf Mon Sep 17 00:00:00 2001 From: Dan Ryan Date: Tue, 26 Jun 2018 15:51:29 -0400 Subject: [PATCH] Added news entries for new commits Signed-off-by: Dan Ryan --- news/2404.doc | 1 + news/2415.bugfix | 1 + 2 files changed, 2 insertions(+) create mode 100644 news/2404.doc create mode 100644 news/2415.bugfix diff --git a/news/2404.doc b/news/2404.doc new file mode 100644 index 00000000..51907867 --- /dev/null +++ b/news/2404.doc @@ -0,0 +1 @@ +Added instructions for installing using Fedora's official repositories. diff --git a/news/2415.bugfix b/news/2415.bugfix new file mode 100644 index 00000000..439dba52 --- /dev/null +++ b/news/2415.bugfix @@ -0,0 +1 @@ +Fixed a bug which caused errors when creating virtualenvs which contained leading dash characters.