From 0618c460bc2ccd2e3fe485ed3309707ba5a9c72b Mon Sep 17 00:00:00 2001 From: crynobone Date: Mon, 6 Jul 2015 16:07:53 +0800 Subject: [PATCH] v3.1.3 * Add a new `Orchestra\Html\Grid::find()` contracts and implements it on: - `Orchestra\Html\Form\Fieldset`. - `Orchestra\Html\Table\Grid`. Signed-off-by: crynobone --- docs/changes.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/changes.md b/docs/changes.md index 89f64c9..7f56b22 100644 --- a/docs/changes.md +++ b/docs/changes.md @@ -4,6 +4,12 @@ title: HTML Change Log --- ## Version 3.1 {#v3-1} +### v3.1.3 {#v3-1-3} + +* Add a new `Orchestra\Html\Grid::find()` contracts and implements it on: + - `Orchestra\Html\Form\Fieldset`. + - `Orchestra\Html\Table\Grid`. + ### v3.1.2 {#v3-1-2} * Improved performances by reducing call within `Illuminate\Container\Container`.