Mapnik 4.0.0 release.

This commit is contained in:
Artem Pavlenko 2024-06-16 14:56:13 +01:00
parent 02049bb811
commit 85801bd402

View file

@ -7,11 +7,11 @@ Developers: Please commit along with changes.
For a complete change history, see the git log. For a complete change history, see the git log.
## UNRELEASED ## Mapnik 4.0.0
#### Notice #### Notice
- Mapnik now requires C++14 compliant compiler (`-std=c++14`) - Mapnik now requires C++17 compliant compiler (`-std=c++17`)
- Mapnik now supports CMake as a build system. See [#4191](https://github.com/mapnik/mapnik/pull/4191) and the [docs](https://github.com/mapnik/mapnik/blob/master/docs/cmake-usage.md) for more info. - Mapnik now supports CMake as a build system. See [#4191](https://github.com/mapnik/mapnik/pull/4191) and the [docs](https://github.com/mapnik/mapnik/blob/master/docs/cmake-usage.md) for more info.
#### Breaking Changes #### Breaking Changes