From a1f7dccb07376e2a56237db2d9b6bab0c02a20c9 Mon Sep 17 00:00:00 2001 From: Carla Date: Wed, 17 Aug 2016 15:41:08 +0200 Subject: [PATCH] Update NEWS.md --- NEWS.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/NEWS.md b/NEWS.md index c9c258a..4922bb9 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,32 @@ +July 28, 2016 +=========== +* Release server 0.13.3.1 +* Fixed limit to 1 row for isolines with multiple range +https://github.com/CartoDB/dataservices-api/releases/tag/0.13.3.1-server + +July 25, 2016 +=========== +* Release client 0.10.1 +* Includes an update of the `__AugmentTable` function of the client which creates an index on `cartodb_id` for the temporary table that stores the augmented results that will be afterwards joined with the original table by using this same key, `cartodb_id`. + +https://github.com/CartoDB/dataservices-api/releases/tag/0.10.1-client + +July 25, 2016 +=========== +* Release server 0.13.3 +* Add provider per service +* Default provider in case the provider is not setted +* Refactor and improvements in the multiprovider services functions + +https://github.com/CartoDB/dataservices-api/releases/tag/0.13.3-server + +July 22, 2016 +=========== +* Release server 0.13.2 +* Fixes bug with multirange isolines #233 + +https://github.com/CartoDB/dataservices-api/releases/tag/0.13.2-server July 15, 2016: ===========