From 2b7b5ecba880643f77983cc683a2fde4989a4c20 Mon Sep 17 00:00:00 2001 From: Matthew Goslett Date: Wed, 22 Feb 2017 09:41:28 +0200 Subject: [PATCH] update changelog --- changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/changelog.md b/changelog.md index 9604c7b..e87d283 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # Changelog +## 5.0.0 - ? + +* Fix to readStream incorrectly returning a `StreamInterface` instead of a `resource` (@andris-sevcenko) + ## 4.0.2 - 2017-02-10 * Allow metadata to be passed as a config option for file uploads (@MikeyVelt)