diff --git a/CHANGES.md b/CHANGES.md index 9edbd422..18ba3d5c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,26 @@ -2015-11-24, Version 2.42.0 +2015-11-27, Version 2.43.0 +========================== + + * Explicitly initialize column of partition by clause and pass it in find()'s options argument (eugene-frb) + + * Fix for issue #774 (Pradeep Kumar Tippa) + + * silence a warning that introduced in bluebird 3.0 (Clark Wang) + + * fixed a bug where an error was sent to the updateAttributesCallback and then ignored (Abe BW) + + * Capture includeHasMany() as a find()'s caller by findCaller option (eugene-frb) + + * UpdateAttributes: Raises an error if database fails (Wilson JĂșnior) + + * fixes #753 (Joseph M. Persie) + + * typo fix (nennad) + + * Fix foreignKey length issue (nennad) + + +2015-11-23, Version 2.42.0 ========================== * Correction of a regression introduced by commit 632898b: when querying an empty array ([]) with a 'neq' filter, there were no matching. (Michael Diguet) diff --git a/package.json b/package.json index 113b839a..42a41e4b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loopback-datasource-juggler", - "version": "2.42.0", + "version": "2.43.0", "description": "LoopBack DataSoure Juggler", "keywords": [ "StrongLoop",