From c2e479a3fc96d2a0897f9d20577ce15a19a44697 Mon Sep 17 00:00:00 2001 From: Freek Van der Herten Date: Thu, 2 Feb 2017 07:41:29 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 40b1d26..613200d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to `temporary-directory` will be documented in this file +## 1.1.1 - 2017-02-02 + +- do not use spaces when generating a name for the temporary directory + ## 1.1.0 - 2017-02-01 - added optional $location argument in `TemporaryDirectory` constructor