From d8ecea61115e24fa7df61e826595a402bbc469b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Bajto=C5=A1?= Date: Tue, 5 May 2015 17:51:35 +0200 Subject: [PATCH] 2.26.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * dao: support validateUpsert:false (Miroslav Bajtoš) * Changes to API docs per Dennis (Rand McKinney) * Add unit-test for "array" type (Miroslav Bajtoš) --- CHANGES.md | 12 +++++++++++- package.json | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 5624bfae..38f3cc1b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,14 @@ -2015-04-25, Version 2.26.3 +2015-05-05, Version 2.26.4 +========================== + + * dao: support validateUpsert:false (Miroslav Bajtoš) + + * Changes to API docs per Dennis (Rand McKinney) + + * Add unit-test for "array" type (Miroslav Bajtoš) + + +2015-04-24, Version 2.26.3 ========================== * Fix the test cases (Raymond Feng) diff --git a/package.json b/package.json index f49c7fd4..de2364ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loopback-datasource-juggler", - "version": "2.26.3", + "version": "2.26.4", "description": "LoopBack DataSoure Juggler", "keywords": [ "StrongLoop",