From 0eed2e988c7ec976e850fe04c2bf0ae34da7d9fb Mon Sep 17 00:00:00 2001 From: Stuart Archibald Date: Tue, 23 Jun 2020 15:06:10 +0100 Subject: [PATCH] Update change_log for 0.50.1 As title --- CHANGE_LOG | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGE_LOG b/CHANGE_LOG index fef38b569c1..22a5b98bb32 100644 --- a/CHANGE_LOG +++ b/CHANGE_LOG @@ -1,3 +1,20 @@ +Version 0.50.1 (Jun 24, 2020) +----------------------------- + +This is a bugfix release for 0.50.0, it fixes a critical bug in error reporting +and a number of other smaller issues: + +* PR #5861: Added except for possible Windows get_terminal_size exception +* PR #5884: Update the deprecation notices for 0.50.1 +* PR #5889: Fixes literally not forcing re-dispatch for inline='always' +* PR #5912: Fix bad attr access on certain typing templates breaking exceptions. + +Authors: + +* ``@pepping_dore`` +* Stuart Archibald (core dev) + + Version 0.50.0 (Jun 10, 2020) -----------------------------