update CHANGELOG

This commit is contained in:
Artem Pavlenko 2018-03-05 11:46:26 +01:00
parent 96435b2a3a
commit d635b9f436

View file

@ -6,6 +6,20 @@ Developers: Please commit along with changes.
For a complete change history, see the git log.
## 3.0.19
Released: March XX, 2018
(Packaged from xxxxxxxxx)
- Backported scaling of precision by polygon size (#3844)
- Backported GRID placement (#3847, #3854, #3855)
- Added missing `MAPNIK_DECL` to all `text_placement_` types (7ce142a5aa8e9da5ddd11266a054c1e69052230d)
- Fixed invalid memory access if input_buffer size is zero (a602c65354a4b595821d2300f38ebc107d07e2a9)
- Fixed handling of an empty polygon in grid_vertex_converter (2f2dcf1eeae71aaa7878f4bc9a39741321f07e68)
- Fixed PROJ_LIB detection logic (44f1ae3a6e9e9979d1a93343f40db6cd7dbf51d5)
- Default to `icu-config` for obtaining `ICU_DATA` if `u_getDataDirectory fails (2cef98d7f76cdd302afcf15f1c585379537e8f1d)
## 3.0.18
Released: January 26, 2018