From 6bb7a3fa9968e020d8de5c1c44240437b0849a2c Mon Sep 17 00:00:00 2001 From: crynobone Date: Fri, 10 Jun 2016 06:34:58 +0800 Subject: [PATCH] v3.1.7 * Ensure that `Orchestra\Model\User::getRoles()` would only query the database for `roles` relationship once. Signed-off-by: crynobone --- docs/changes.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/changes.md b/docs/changes.md index 0e7dcb4..8130c20 100644 --- a/docs/changes.md +++ b/docs/changes.md @@ -5,6 +5,10 @@ title: Model Change Log ## Version 3.1 {#v3-1} +### v3.1.7 {#v3-1-7} + +* Ensure that `Orchestra\Model\User::getRoles()` would only query the database for `roles` relationship once. + ### v3.1.6 {#v3-1-6} * Add `Orchestra\Model\Eloquent::transaction()` method to execute model using transaction.