File tree 1 file changed +12
-2
lines changed
1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change 3
3
4
4
## Unreleased
5
5
6
+
7
+ ## 1.7.1 - 2018-10-29
8
+
9
+ ### Fixed
10
+
11
+ - FilteredStream is not actually seekable
12
+
13
+
6
14
## 1.7.0 - 2018-08-15
7
15
8
16
### Fixed
15
23
16
24
- Dropped tests on HHVM
17
25
26
+
18
27
## 1.6.0 - 2017-07-05
19
28
20
29
### Added
23
32
24
33
### Fixed
25
34
26
- - Fix curl command of CurlFormatter when there is an user-agent header
35
+ - Fix curl command of CurlFormatter when there is an user-agent header
36
+
27
37
28
38
## 1.5.0 - 2017-02-14
29
39
36
46
### Fixed
37
47
38
48
- FilteredStream::getSize returns null because the contents size is unknown.
39
- - Stream factories does not rewinds streams. The previous behavior was not coherent between factories and inputs.
49
+ - Stream factories does not rewinds streams. The previous behavior was not coherent between factories and inputs.
40
50
41
51
### Deprecated
42
52
You can’t perform that action at this time.
0 commit comments