From e374b9128f555e1a796a9e61ce999dfc24ed2e07 Mon Sep 17 00:00:00 2001 From: Raul Marin Date: Mon, 10 Sep 2018 16:06:24 +0200 Subject: [PATCH] Add NEWS --- Makefile | 2 +- NEWS.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8db395c..ca92c65 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # cartodb/Makefile EXTENSION = cartodb -EXTVERSION = 0.23.2 +EXTVERSION = 0.24.0 SED = sed AWK = awk diff --git a/NEWS.md b/NEWS.md index bae78af..01ffaa4 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,13 @@ 0.24.0 (2018-XX-XX) * Travis: Test with PostgreSQL 9.5 and 10. * _cdb_estimated_extent: Fix bug with ST_EstimatedExtent interaction. +* Improvements in `CDB_JenksBins`. + * Now it ignores NULLs. + * No longer puts the same value in multiple categories. + * Removes all limits related to size. + * If not set, the number of iterations done is based now on the size of the array. + * Fixed multiple bugs. + * The internal function `CDB_JenksBinsIteration` has changed its signature. 0.23.2 (2018-07-19) * Fix `CDB_QueryTablesText` with parenthesized queries (#335)