diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 8b718c61afe6..652878c0420d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,14 @@ CHANGELOG Next Release (TBD) ================== +* bugfix:``CLI Arguments``: Fix issue where unicode command line + arguments were not being handled correctly + (`issue 679 `__) + + +1.3.0 +===== + * bugfix:``aws s3``: Fix issue where S3 downloads would hang in certain cases and could not be interrupted (`issue 650 `__,