Skip to content

Commit

Permalink
Added changelog for 0.3.0 (#27)
Browse files Browse the repository at this point in the history
* Added changelog for 0.3.0

* Typos
  • Loading branch information
Nyholm committed Feb 6, 2018
1 parent 806d9df commit ec2c453
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,22 @@
# Changelog

All notable changes to this project will be documented in this file, in reverse chronological order by release.

## 0.3.0

### Added

- Return types.
- Many `InvalidArgumentException`s are thrown when you use invalid arguments.
- Integration tests for `UploadedFile` and `ServerRequest`.

### Changed

- We dropped PHP7.0 support.
- PSR-17 factories have been marked as internal. They do not fall under our BC promise until PSR-17 is accepted.
- `UploadedFileFactory::createUploadedFile` does not accept a string file path.

## 0.2.3

No changelog before this release

0 comments on commit ec2c453

Please sign in to comment.