sync CHANGELOG.md with 3.0.x branch
This commit is contained in:
parent
20824cce79
commit
2e0e61453b
1 changed files with 23 additions and 0 deletions
23
CHANGELOG.md
23
CHANGELOG.md
|
@ -6,6 +6,29 @@ Developers: Please commit along with changes.
|
|||
|
||||
For a complete change history, see the git log.
|
||||
|
||||
## 3.0.13
|
||||
|
||||
Released: February 8, 2017
|
||||
|
||||
(Packaged from 2a153c0)
|
||||
|
||||
#### 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::value` 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)
|
||||
- GeoJSON - handle empty elements in position grammar (ref #3609)
|
||||
- mapnik-index - return failure on invalid bounding box (ref #3611)
|
||||
|
||||
## 3.0.12
|
||||
|
||||
Released: September 8, 2016
|
||||
|
|
Loading…
Reference in a new issue