From 0c0e21aa832f4b8dd4be7d37cce83163fb1e00b2 Mon Sep 17 00:00:00 2001 From: Joe Rickerby Date: Sun, 3 Feb 2019 21:58:53 +0000 Subject: [PATCH] Update changelog --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index d3f9b3ed..7c90a7c1 100644 --- a/README.md +++ b/README.md @@ -410,6 +410,14 @@ This is similar to static linking, so it might have some licence implications. C Changelog ========= +### 0.10.1 + +- 🐛 Fix build stalling on macOS (that was introduced in pip 19) (#122) +- 🐛 Fix "AttributeError: 'Popen' object has no attribute 'args'" on Python 2.7 for Linux builds (#108) +- 🛠 Update Python from 3.6.7, 3.7.1 to 3.6.8, 3.7.2 on macOS +- 🛠 Update openssl patch from 1.0.2p to 1.0.2q on macOS +- 🛠 Sorting build options dict items when printing preamble (#114) + ### 0.10.0 _23 September 2018_