From 415a4ccc053ad1a1e6af2d37f6e4fa1f63bcf459 Mon Sep 17 00:00:00 2001 From: John Krauss Date: Tue, 16 May 2017 14:33:02 +0000 Subject: [PATCH] update NEWS for 1.5.1 --- NEWS.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/NEWS.md b/NEWS.md index 4c82d65..74f251d 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,12 @@ +1.5.1 (2017-05-16) + +__Improvements__ + +* Much improved performance for `OBS_GetData` when augmenting with several + different geometries simultaneously ([#285](https://github.com/CartoDB/observatory-extension/pull/285)) +* Return the automatically assigned normalization type from `OBS_GetMeta` + ([#285](https://github.com/CartoDB/observatory-extension/pull/285)) + 1.5.0 (2017-04-24) __API Changes__