Skip to content
This repository was archived by the owner on Jan 30, 2020. It is now read-only.

Commit 25a582e

Browse files
committed
Added CHANGELOG for #25
1 parent 8a897b0 commit 25a582e

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

CHANGELOG.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,18 @@ All notable changes to this project will be documented in this file, in reverse
66

77
### Added
88

9-
- Nothing.
9+
- [#25](https://github.com/zendframework/zend-file/pull/25) adds and publishes
10+
documentation to https://zendframework.github.io/zend-file/
1011

1112
### Deprecated
1213

13-
- Nothing.
14+
- [#25](https://github.com/zendframework/zend-file/pull/25) deprecates the
15+
`Zend\File\Transfer` subcomponent. Its functionality is now split between each
16+
of:
17+
- zend-filter, for moving uploaded files to their final location, renaming
18+
them, and potentially transforming them.
19+
- zend-validator, for validating upload succes, file type, hash, etc.
20+
- zend-progressbar, for managing upload status.
1421

1522
### Removed
1623

0 commit comments

Comments
 (0)