From 082bc0411e9d17b3c80efed9237c61d7446515f5 Mon Sep 17 00:00:00 2001 From: Pradyun Gedam Date: Sun, 11 Aug 2019 22:34:16 +0530 Subject: [PATCH] Generate NEWS --- NEWS.rst | 11 +++++++++++ news/6795.bugfix | 1 - news/6804.bugfix | 2 -- 3 files changed, 11 insertions(+), 3 deletions(-) delete mode 100644 news/6795.bugfix delete mode 100644 news/6804.bugfix diff --git a/NEWS.rst b/NEWS.rst index 44e82dc40..7e68de9e8 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -7,6 +7,17 @@ .. towncrier release notes start +19.2.2 (2019-08-11) +=================== + +Bug Fixes +--------- + +- Fix handling of tokens (single part credentials) in URLs. (`#6795 `_) +- Fix a regression that caused ``~`` expansion not to occur in ``--find-links`` + paths. (`#6804 `_) + + 19.2.1 (2019-07-23) =================== diff --git a/news/6795.bugfix b/news/6795.bugfix deleted file mode 100644 index f80bd9b4b..000000000 --- a/news/6795.bugfix +++ /dev/null @@ -1 +0,0 @@ - Fix handling of tokens (single part credentials) in URLs. diff --git a/news/6804.bugfix b/news/6804.bugfix deleted file mode 100644 index f9599f9fd..000000000 --- a/news/6804.bugfix +++ /dev/null @@ -1,2 +0,0 @@ -Fix a regression that caused ``~`` expansion not to occur in ``--find-links`` -paths.