From 79f044314b35b20b9259cbab30a4fa7c29f097f2 Mon Sep 17 00:00:00 2001 From: John Hu Date: Thu, 14 Feb 2019 11:58:56 +0800 Subject: [PATCH] Add missing date to changelog --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7c90a7c17..f4445d138 100644 --- a/README.md +++ b/README.md @@ -412,6 +412,8 @@ Changelog ### 0.10.1 +_3 February 2019_ + - 🐛 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