update changelog
This commit is contained in:
parent
10e6128035
commit
17bb81c02c
1 changed files with 31 additions and 17 deletions
14
CHANGELOG.md
14
CHANGELOG.md
|
@ -12,6 +12,20 @@ Released: YYYY XX, 2015
|
||||||
|
|
||||||
(Packaged from xxxx)
|
(Packaged from xxxx)
|
||||||
|
|
||||||
|
## 3.0.4
|
||||||
|
|
||||||
|
Released: August 26, 2015
|
||||||
|
|
||||||
|
(Packaged from 10e6128)
|
||||||
|
|
||||||
|
#### Summary
|
||||||
|
|
||||||
|
- CSV.input: plug-in has been refactored to minimise memory usage and to improve handling of larger input.
|
||||||
|
(NOTE: [large_csv](https://github.com/mapnik/mapnik/tree/large_csv) branch adds experimental trunsduction parser with deferred string initialisation)
|
||||||
|
- CSV.input: added internal spatial index (boost::geometry::index::tree) for fast `bounding box` queries (https://github.com/mapnik/mapnik/pull/3010)
|
||||||
|
- Fixed deadlock in recursive datasource registration via @zerebubuth (https://github.com/mapnik/mapnik/pull/3038)
|
||||||
|
- Introduced new command line argument `--limit` or `-l` to limit number of failed tests via @talaj (https://github.com/mapnik/mapnik/pull/2996)
|
||||||
|
|
||||||
## 3.0.3
|
## 3.0.3
|
||||||
|
|
||||||
Released: August 12, 2015
|
Released: August 12, 2015
|
||||||
|
|
Loading…
Reference in a new issue