From 4684d2e35c7aa5b10290997d178cbec5856463d7 Mon Sep 17 00:00:00 2001 From: Patrick Niklaus Date: Thu, 19 Oct 2017 10:54:26 +0000 Subject: [PATCH] Add changelog entry for changed behavior --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb875b61a..4113621a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,11 @@ - Infrastructure: - Lua 5.1 support is removed due to lack of support in sol2 https://github.com/ThePhD/sol2/issues/302 - Fixed pkg-config version of OSRM + - Tools: + - Because of boost/program_options#32 with boost 1.65+ we needed to change the behavior of the following flags to not accept `={true|false}` anymore: + - `--use-location-cache=false` becomes `--disable-location-cache` + - `--parse-conditional-restrictions=true` becomes `--parse-conditional-restrictions` + - The deprecated options `--use-level-cache` and `--generate-edge-lookup` - Bugfixes: - Fixed #4348: Some cases of sliproads pre-processing were broken - Fixed #4331: Correctly compute left/right modifiers of forks in case the fork is curved.