From cc030312a3faeb45aa2dc6ff8e6f1bc1d2e5a0e7 Mon Sep 17 00:00:00 2001 From: Joe Rickerby Date: Sat, 8 Sep 2018 18:14:35 +0100 Subject: [PATCH] Prepare changelog update --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index c357cf7e..03464fd0 100644 --- a/README.md +++ b/README.md @@ -405,6 +405,13 @@ Since `cibuildwheel` runs the wheel through delocate or auditwheel, it will auto Changelog ========= +### Next version + +- ✨ Add support for building Mac and Linux on CircleCI (#91) +- 🛠 Ensure log output is unbuffered and therefore in the correct order (#92) +- 🛠 Improved error reporting for errors that occur inside a package's setup.py (#88) +- ⚠️ Removed support for Python 3.3 on Windows. + ### 0.9.4 - 🛠 CIBW_TEST_COMMAND now runs in a shell on Mac (as well as Linux) (#81)