From abbe44db6d4fdd16bcc897f3401cf81d456fb30f Mon Sep 17 00:00:00 2001 From: Mickey Rose Date: Mon, 9 Jul 2018 14:14:16 +0200 Subject: [PATCH] changelog: add notice about c++14 and spirit x3 [skip ci] --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4df265ef4..e85bb72de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,8 +9,13 @@ For a complete change history, see the git log. ## UNRELEASED +#### Notice + +- Mapnik now requires C++14 compliant compiler (`-std=c++14`) + #### Core +- Rewrote parser grammars using Boost.Spirit X3 (replacing Boost.Spirit Qi) - Fixed segfault when ShieldSymbolizer has invalid placements ([5464ae9](https://github.com/mapnik/mapnik/commit/5464ae9cdfd32983883463bcc2396dc0e51d885f), [#3604](https://github.com/mapnik/mapnik/issues/3604#issuecomment-281542148)) - Slightly improved `sql_utils::table_from_sql` ([2587bb3](https://github.com/mapnik/mapnik/commit/2587bb3a1d8db397acfa8dcc2d332da3a8a9399f)) - Added wrappers for proper quoting in SQL query construction: `sql_utils::identifier`, `sql_utils::literal` ([7b21713](https://github.com/mapnik/mapnik/commit/7b217133e2749b82c2638551045c4edbece15086))