From c0286d575e01c2b146d045c85b19dbb5d2e10d54 Mon Sep 17 00:00:00 2001 From: Michael Sarahan Date: Tue, 11 Sep 2018 11:29:47 -0500 Subject: [PATCH] 3.14.3 --- CHANGELOG.txt | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 5711c276c0..2f56fde5a1 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,24 @@ +2018-09-11 3.14.3: +------------------ + +Enhancements: +------------- + +* add support for index patch instructions as tarballs containing subdirs #3129 +* add progress bars for indexing (using tqdm) #3130 + +Bug fixes: +---------- + +* fix log messages being deduplicated too much #3130 +* handle permission errors with moving files in indexing more gracefully #3132 + +Contributors: +------------- + +* @msarahan + + 2018-09-07 3.14.2: ------------------