From b820d25e806004760768ac5529359720dbd7bfad Mon Sep 17 00:00:00 2001 From: crynobone Date: Fri, 30 Oct 2015 06:56:57 +0800 Subject: [PATCH] v3.1.10 * Transform instance of Eloquent to Eloquent Query Builder when generating a table. Signed-off-by: crynobone --- docs/changes.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/changes.md b/docs/changes.md index 294a85c..362dfd0 100644 --- a/docs/changes.md +++ b/docs/changes.md @@ -5,6 +5,10 @@ title: HTML Change Log ## Version 3.1 {#v3-1} +### v3.1.10 {#v3-1-10} + +* Transform instance of Eloquent to Eloquent Query Builder when generating a table. + ### v3.1.9 {#v3-1-9} * Allow escaping html entities when given an instance of `Illuminate\Contracts\Support\Htmlable`.