From 1f475dfe2731b180dba888ec9057b82485221186 Mon Sep 17 00:00:00 2001 From: crynobone Date: Thu, 18 Aug 2016 09:06:49 +0800 Subject: [PATCH] v3.2.6 * Add `Orchestra\Testbench\TestCase::loadMigrationsFrom()` to migrate during setup and add an event to rollback the migration during teardown. ([@loren138](https://github.com/loren138)) * Add `TokenMismatchException` to `Orchestra\Testbench\Exceptions\ApplicationHandler::$dontReport` array. ([@lancepioch](https://github.com/lancepioch)) Signed-off-by: crynobone --- docs/changes.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/changes.md b/docs/changes.md index a55f54a..19831e1 100644 --- a/docs/changes.md +++ b/docs/changes.md @@ -5,6 +5,11 @@ title: Testbench Change Log ## Version 3.2 {#v3-2} +### v3.2.6 {#v3-2-6} + +* Add `Orchestra\Testbench\TestCase::loadMigrationsFrom()` to migrate during setup and add an event to rollback the migration during teardown. ([@loren138](https://github.com/loren138)) +* Add `TokenMismatchException` to `Orchestra\Testbench\Exceptions\ApplicationHandler::$dontReport` array. ([@lancepioch](https://github.com/lancepioch)) + ### v3.2.5 {#v3-2-5} * Update `validation.php` language file for image dimensions validation rule.