Skip to content

Commit

Permalink
Add changelog. and prepare final release.
Browse files Browse the repository at this point in the history
Signed-off-by: crynobone <[email protected]>
  • Loading branch information
crynobone committed Jan 27, 2017
1 parent 9aaa1fe commit ad5e2dc
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@
/.scrutinizer.yml export-ignore
/.travis.yml export-ignore
/phpunit.xml export-ignore
/CHANGELOG.md export-ignore
/LICENSE export-ignore
/README.md export-ignore
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Changelog

This changelog references the relevant changes (bug and security fixes) done to `orchestra/testbench`.

## 3.4.0

Date: 2017-01-27

### Changes

* Update support for Laravel Framework v5.4.
* `Orchestra\Testbench\Http\Kernel` now runs `TrimStrings`, `ValidatePostSize`, `ConvertEmptyStringsToNull` as global middleware, consider replacing the HTTP Kernel if you need to setup different expectation.

### Removed

* Browser Kit related testing is now has been removed, if you need such feature do instead require `orchestra/testbench-browser-kit`.

### Deprecation

* `--realpath` for migration is now deprecated. All package developer should be utilizing the available `loadMigrationFroms()` under the package service provider, refer to [Migration for Packages documentation)[https://laravel.com/docs/5.4/packages#migrations].

0 comments on commit ad5e2dc

Please sign in to comment.