diff --git a/CHANGES.md b/CHANGES.md index 50ae5826..4e08704f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,17 @@ +2015-08-18, Version 2.38.0 +========================== + + * Support embedded query in memory connector. Fix memory connector bug (Laurent Villeneuve) + + * Use idEquals when comparing ids in relation definitions (Laurent Villeneuve) + + * Handle possible undefined id (Laurent Villeneuve) + + * Fix id copmarison by using strings (Laurent Villeneuve) + + * Refactor idEquals to utils (Raymond Feng) + + 2015-08-14, Version 2.37.0 ========================== diff --git a/package.json b/package.json index a90c4389..5f298177 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loopback-datasource-juggler", - "version": "2.37.0", + "version": "2.38.0", "description": "LoopBack DataSoure Juggler", "keywords": [ "StrongLoop",