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`.