Skip to content

Commit 5ffdc93

Browse files
authored
Update CHANGELOG.md
1 parent 221bece commit 5ffdc93

File tree

1 file changed

+27
-4
lines changed

1 file changed

+27
-4
lines changed

CHANGELOG.md

Lines changed: 27 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,36 @@
11
# CHANGELOG
22

33
## [Unreleased]
4-
### Removed:
5-
- Support for PHP versions lower than 5.5
4+
- No unreleased changes
65

7-
### Added
8-
- Support for Guzzle 6 when teleporting remote files
6+
## [0.4.3] - 2016-11-03
7+
### Fixed
8+
- #114: Recent versions of TAR trigger errors when using incompatible options (instead of silently ignoring them, see https://lists.gnu.org/archive/html/bug-tar/2016-05/msg00016.html for more information)
9+
10+
## [0.4.2] - 2016-08-05
11+
### Fixed
12+
- #113: Fix issue with FilesystemWriter and missing target directories, courtesy of @mikemeier
13+
14+
## [0.4.1] - 2016-08-05
15+
### Changed
16+
- Use generic teleporter instead of Guzzle specific teleporter
17+
- Deprecate static method `create` on teleporters
18+
- Deprecate class `\Alchemy\Zippy\Resource\Teleporter\GuzzleTeleporter`
19+
- Deprecate class `\Alchemy\Zippy\Resource\Teleporter\LegacyGuzzleTeleporter`
20+
- Deprecate class `\Alchemy\Zippy\Resource\Teleporter\AbstractTeleporter`
21+
22+
### Removed
23+
- Remove usage of deprecated test method `getMock`
24+
25+
## [0.4.0] - 2016-07-19
26+
### Changed
27+
- #106: Improve PHPDoc comments (thanks @GoktugOzturk)
28+
- #107: Alias `Resource` as `ZippyResource` in order to prepare for PHP7 compatibility (thanks @GoktugOzturk)
29+
- #109: Adds `Resource::getResource` method to extract original resource
30+
- Rewrite teleporters to allow usage of the new Guzzle library (v4 and up)
931

1032
### Fixed
33+
- #110: Fixes issue with non string resources (thanks @mikemeyer)
1134
- Improper checking of files to delete in tests
1235

1336
## [0.3.5] - 2016-02-15

0 commit comments

Comments
 (0)