From 7448ca3cf11702b097d93f3df6de79fcbc89c46e Mon Sep 17 00:00:00 2001 From: Joe Rickerby Date: Fri, 4 May 2018 10:21:34 -0700 Subject: [PATCH] Update changelog --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 8daf8509..fd36baf1 100644 --- a/README.md +++ b/README.md @@ -328,6 +328,11 @@ Since `cibuildwheel` runs the wheel through delocate or auditwheel, it will auto Changelog ========= +### 0.8.0 + +- Drop support for Python 3.3 on Linux (#67) +- Fix TLS by updating setuptools (#69) + ### 0.7.1 - macOS: Fix Pip bugs resulting from PyPI TLS 1.2 enforcement