From 391c95d35507d54c7190f444d6748139b67333f3 Mon Sep 17 00:00:00 2001 From: Joe Rickerby Date: Sun, 29 Jul 2018 18:21:19 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 86cd7782..2084f990 100644 --- a/README.md +++ b/README.md @@ -340,6 +340,10 @@ Since `cibuildwheel` runs the wheel through delocate or auditwheel, it will auto Changelog ========= +### 0.9.4 + +- 🛠 CIBW_TEST_COMMAND now runs in a shell on Mac (as well as Linux) (#81) + ### 0.9.3 - 🛠 Update to Python 3.6.6 on macOS (#82)