From 86b631415d442582b434db38f598da51144e539c Mon Sep 17 00:00:00 2001 From: crynobone Date: Wed, 11 Feb 2015 07:31:50 +0800 Subject: [PATCH] Update changelog. Signed-off-by: crynobone --- docs/changes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/changes.md b/docs/changes.md index 13837c1..717b7c2 100644 --- a/docs/changes.md +++ b/docs/changes.md @@ -9,6 +9,7 @@ title: Testbench Change Log * Timezone should be more explicit, and shouldn't attempt to set `date_default_timezone_set()` when timezone is `NULL`. * Rebind `Illuminate\Foundation\Bootstrap\LoadConfiguration` with `Orchestra\Testbench\Bootstrap\LoadConfiguration`. +* Add `orchestra/database` to allow migration using `--realpath` option. ### v3.0.1 {#v3-0-1}