From 2db538c470b6ceee7ce0099da4875d930474d4b8 Mon Sep 17 00:00:00 2001 From: artemp Date: Wed, 18 Jan 2017 14:27:49 +0100 Subject: [PATCH] update in prep for v3.0.13 release --- CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4e4c1cea..43a48f38b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,28 @@ Developers: Please commit along with changes. For a complete change history, see the git log. +## 3.0.13 + +Released: January xx, 2017 + +(Packaged from xxxxxxx) + +#### Summary + +- Unbundle `unifont` font from distribution +- GeoJSON: imporoved parsing grammar avoiding temp synthesised attribute (#3507) +- GeoJSON: expose `num_features_to_query` datasource parameter + unit test (#3515) +- Fixed intersecting extents in different projections (PR #3525 ) +- Fixed `blur` implementation by taking into account `scale_factor` +- postgis.input - use 2D box for pgraster bounding box (PR #3551) +- Fixed GroupSymbolizer PairLayout with 3+ items (#3526) +- Simplified `hash` implementation (204d30e58d3553278ab6bcda2d4122b0f13f6392) +- Simplified `mapnik::valu`e conversion rules (#3570) +- Changed `render_thunk_list` to `std::list` (PR #3585) +- Upgraded to variant `v1.1.5` +- CSV.input - fixed `blank` line test (8a3a380b3b5c64681f2478b4f0d06f6a907f5eed) + + ## 3.0.12 Released: September 8, 2016