From c02d1ae5a2ea9cdfbf9a06ba1fac86ec67a06a02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Garc=C3=ADa=20Aubert?= Date: Mon, 1 Jun 2020 12:23:53 +0200 Subject: [PATCH] Update NEWS --- NEWS.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/NEWS.md b/NEWS.md index 0d1da420..c34037bd 100644 --- a/NEWS.md +++ b/NEWS.md @@ -16,10 +16,10 @@ Announcements: - Adapted test to use adm-zip - Update `libxmljs` to version 0.19.7 - Update `sqlite` to version 4.2.0 -- `pg-copy-from`: When the client closes the request, do not emit error as it closes the internal DB's connection stream and the Pool needs to keep it open to reuse the connection when free. +- `pg-copy-from`: When the client closes the request, do not emit error as it closes the internal DB's connection stream and the Pool needs to keep it open to reuse the connection when free - Updated allowed list of custom headers with the ones for metrics -- Fix an ogr2ogr export issue when the temporal name is too big [`653`](https://github.com/CartoDB/CartoDB-SQL-API/issues/653). - +- Fix an ogr2ogr export issue when the temporal name is too big [`653`](https://github.com/CartoDB/CartoDB-SQL-API/issues/653) +- Update dependencies to avoid security vulnerabilities ## 5.0.1 Released 2020-01-27 @@ -36,7 +36,6 @@ Released 2020-01-27 - Added missing sections. - Remove deprecated coverage tool istanbul, using nyc instead. - ## 5.0.0 Released 2019-11-13