From 7c29dd9d55161704cfc45998c6f5c2c43d39264b Mon Sep 17 00:00:00 2001 From: Timothy Crosley Date: Tue, 25 Jun 2019 16:45:04 -0700 Subject: [PATCH] Merge in latest change list --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d094b0f4..12f889eaa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,12 @@ Internal: Planned: - profile support for common project types (black, django, google, etc) +### 4.3.21 - June 25, 2019 - hot fix release +- Fixed issue #957 - Long aliases and use_parentheses generates invalid syntax + +### 4.3.20 - May 14, 2019 - hot fix release +- Fixed issue #948 - Pipe redirection broken on Python2.7 + ### 4.3.19 - May 12, 2019 - hot fix release - Fixed issue #942 - correctly handle pyi (Python Template Files) to match `black` output