From e0a41b22f5b5792a6fc9ec59bf2b07e99f3448a0 Mon Sep 17 00:00:00 2001 From: Ray Donnelly Date: Tue, 8 Sep 2020 18:40:16 +0200 Subject: [PATCH] Updated CHANGELOG for 3.20.2 --- CHANGELOG.txt | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index f771c5ddca..907079e47c 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,4 +1,41 @@ # current developments +2020-09-08 3.20.2: +------------------ + +Enhancements: +------------- + + + +Bug fixes: +---------- + +* Use the passed in host_prefix in post_process_shared_lib #4041 +* Fix script_env VAR=VAL (again, also supports VAR=VAR2=VAL) #4041 +* Add and use shutil_move_more_retrying #4041 +* Fix create_info_files and also try_download for --test-post-link #4041 + +Deprecations: +------------- + + + +Docs: +----- + + + +Other: +------ + + + +Contributors: +------------- + +* @mingwandroid + + 2020-09-04 3.20.1: ------------------