update in prep for v3.0.13 release

This commit is contained in:
artemp 2017-01-18 14:27:49 +01:00
parent 8a3a380b3b
commit 2db538c470

View file

@ -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<render_thunk>` (PR #3585)
- Upgraded to variant `v1.1.5`
- CSV.input - fixed `blank` line test (8a3a380b3b5c64681f2478b4f0d06f6a907f5eed)
## 3.0.12
Released: September 8, 2016