-
-
Notifications
You must be signed in to change notification settings - Fork 137
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add changelog. and prepare final release.
Signed-off-by: crynobone <[email protected]>
- Loading branch information
Showing
2 changed files
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]. |