From de4ee670772e265ce1a15c22edba1c6aec3e7643 Mon Sep 17 00:00:00 2001 From: crynobone Date: Mon, 31 Aug 2015 16:34:42 +0800 Subject: [PATCH] v3.1.4 * Update Laravel configuration fixtures, add support for new authorization feature. Signed-off-by: crynobone --- docs/changes.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/changes.md b/docs/changes.md index 1773718..0063026 100644 --- a/docs/changes.md +++ b/docs/changes.md @@ -5,6 +5,10 @@ title: Testbench Change Log ## Version 3.1 {#v3-1} +### v3.1.4 {#v3-1-4} + +* Update Laravel configuration fixtures, add support for new authorization feature. + ### v3.1.3 {#v3-1-3} * Update Laravel configuration fixtures.