From c078b1e43f58d563c74cebe63c85789e76ddb627 Mon Sep 17 00:00:00 2001 From: Simon Eskildsen Date: Tue, 7 Feb 2017 06:49:02 -0500 Subject: [PATCH] changelog: add fixing windows terminal detection --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 47a6c4b..6cee3c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 0.11.2 + +* bug: fix windows terminal detection (#476) + # 0.11.1 * bug: fix tty detection with custom out (#471)