From de5c63fc1ee0a30f6478f551976c191c085f0fd1 Mon Sep 17 00:00:00 2001 From: Raymond Feng Date: Wed, 5 Aug 2015 11:19:21 -0700 Subject: [PATCH] 2.36.0 * Report deferred exceptions via callback (Raymond Feng) * fixes issue 673: Include hasMany of relation does not return empty array (Kenta Fried) --- CHANGES.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 760d8bd5..b8d8fcce 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,11 @@ +2015-08-05, Version 2.36.0 +========================== + + * Report deferred exceptions via callback (Raymond Feng) + + * fixes issue 673: Include hasMany of relation does not return empty array (Kenta Fried) + + 2015-07-30, Version 2.35.3 ========================== diff --git a/package.json b/package.json index ce5eb8e1..1593205d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loopback-datasource-juggler", - "version": "2.35.3", + "version": "2.36.0", "description": "LoopBack DataSoure Juggler", "keywords": [ "StrongLoop",