From b05740048c413fb6b9243998a7b1fa12b8f10358 Mon Sep 17 00:00:00 2001 From: Esther Lozano Date: Tue, 12 Nov 2019 12:48:22 +0100 Subject: [PATCH] Update NEWS.md --- NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 058c65bc..b8980a70 100644 --- a/NEWS.md +++ b/NEWS.md @@ -7,7 +7,7 @@ Breaking changes: - Schema change for "routes" in configuration file, each "router" is now an array instead of an object. See [`dd06de2`](https://github.com/CartoDB/Windshaft-cartodb/pull/1126/commits/dd06de2632661e19d64c9fbc2be0ba1a8059f54c) for more details. Announcements: - +- Added validation to only allow "count" and "sum" aggregations in dataview overview. - Added mechanism to inject custom middlewares through configuration. - Stop requiring unused config properties: "base_url", "base_url_mapconfig", and "base_url_templated".