diff --git a/CHANGELOG.md b/CHANGELOG.md index c178eb9..4113311 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ ## Unreleased +## 1.5.0 - 2017-02-14 + ### Added - Check for empty string in Stream factories @@ -12,6 +14,7 @@ ### Fixed - FilteredStream::getSize returns null because the contents size is unknown. +- Stream factories does not rewinds streams. The previous behavior was not coherent between factories and inputs. ### Deprecated diff --git a/composer.json b/composer.json index 5658119..2a0fa45 100644 --- a/composer.json +++ b/composer.json @@ -51,7 +51,7 @@ }, "extra": { "branch-alias": { - "dev-master": "1.5-dev" + "dev-master": "1.6-dev" } } }