From 7092bc7b91578a42293233ce1f5f018fe2c4e8bb Mon Sep 17 00:00:00 2001 From: "Ryan Graham (Jenkins)" Date: Sun, 29 May 2016 00:25:53 -0400 Subject: [PATCH] Update changelog --- index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.md b/index.md index 488997a1..1f6e4653 100644 --- a/index.md +++ b/index.md @@ -1,6 +1,6 @@ --- layout: page -since: (from 2016-04-02 to 2016-05-28) +since: (from 2016-04-03 to 2016-05-29) --- ## Core @@ -56,7 +56,7 @@ since: (from 2016-04-02 to 2016-05-28) ### loopback-datasource-juggler - * [@d9a3f62](https://github.com/strongloop/loopback-datasource-juggler/commit/d9a3f6226aafc3c0ab0f760121248631b2938fa6) Fix incompatibility between different connectors ([Amir Jafarian](https://github.com/Amir-61)) + * [PR#938](https://github.com/strongloop/loopback-datasource-juggler/pull/938) Fix incompatibility between different connectors for replace methods ([Amir-61](https://github.com/Amir-61)) * [PR#943](https://github.com/strongloop/loopback-datasource-juggler/pull/943) travis: add v4, v6, drop io.js ([bajtos](https://github.com/bajtos)) * [PR#937](https://github.com/strongloop/loopback-datasource-juggler/pull/937) fix avoid duplicate record on scope with promise ([alexpit](https://github.com/alexpit)) * [PR#922](https://github.com/strongloop/loopback-datasource-juggler/pull/922) Document promise support for DAO::find ([Sequoia](https://github.com/Sequoia))