File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,17 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## [ Unreleased ]
8
+ ## [ 1.1.0 ] - 2019-04-30
9
9
10
10
### Fixed
11
- - Honor last-modified timestamps set via ` ZipStream\Option\File::setTime() `
11
+ - Honor last-modified timestamps set via ` ZipStream\Option\File::setTime() ` (#106 )
12
+ - Documentation regarding output of HTTP headers
13
+ - Test warnings with PHPUnit (#109 )
14
+
15
+ ### Added
16
+ - Test for FileNotReadableException (#114 )
17
+ - Size attribute to File options (#113 )
18
+ - Tests on PHP 7.3 (#108 )
12
19
13
20
## [ 1.0.0] - 2019-04-17
14
21
You can’t perform that action at this time.
0 commit comments