Skip to content

Commit 13df8c4

Browse files
authored
Prepare for 1.5.0 (#74)
1 parent 72d7e28 commit 13df8c4

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33

44
## Unreleased
55

6+
## 1.5.0 - 2017-02-14
7+
68
### Added
79

810
- Check for empty string in Stream factories
@@ -12,6 +14,7 @@
1214
### Fixed
1315

1416
- FilteredStream::getSize returns null because the contents size is unknown.
17+
- Stream factories does not rewinds streams. The previous behavior was not coherent between factories and inputs.
1518

1619
### Deprecated
1720

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
},
5252
"extra": {
5353
"branch-alias": {
54-
"dev-master": "1.5-dev"
54+
"dev-master": "1.6-dev"
5555
}
5656
}
5757
}

0 commit comments

Comments
 (0)