From fb8e75afecc197f8934e42c8a5b74c669b1ba856 Mon Sep 17 00:00:00 2001 From: Mickey Rose Date: Tue, 10 Jul 2018 17:16:22 +0200 Subject: [PATCH] changelog: copy changes from v3.0.x branch [skip ci] --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 752dd8365..2177d2ede 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,18 @@ For a complete change history, see the git log. - PGraster: using parameter `estimate_extent` now requires PostGIS >= 2.1.0 ([#3624](https://github.com/mapnik/mapnik/issues/3624)) +## 3.0.20 + +Released: April 12, 2018 + +(Packaged from [f02c7bc](https://github.com/mapnik/mapnik/commit/f02c7bcdb)) + +- Make `max_image_area` a datasource parameter for GDAL. +- GDAL Driver Overview Fix and Memory Reduction ([#3872](https://github.com/mapnik/mapnik/issues/3872)) +- Raster colorizer: check image bounds ([#3879](https://github.com/mapnik/mapnik/issues/3879)) +- Removed usage of `typename` in template template declarations (available in C++17) ([#3882](https://github.com/mapnik/mapnik/issues/3882)) + + ## 3.0.19 Released: March 06, 2018