From b40d7c5bf0349c128e00d81db1d258c56dc7d4fd Mon Sep 17 00:00:00 2001 From: Eugene Cheipesh Date: Wed, 13 Dec 2017 02:21:59 -0500 Subject: [PATCH] Update Changlog with backport fixes --- docs/CHANGELOG.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 03b47f69a3..1f702536cb 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -393,6 +393,9 @@ Fixes - `Allow rasterizer to store Z value at double precision `__ - `Changed scheme path file from /User -> current working dir `__ - `Fix CRS parser and proj4 cea projection support `__ +- `Spark pyramid resamples tiles on the map side, reducing shuffle sizes `__ +- `ConstantTile map and mapDouble methods preserve CellType of tile `__ +- `ConstantTile combination with ArrayTile `__