From 1b53b90eec4b8c7405a56f353334b8e4f8ce9292 Mon Sep 17 00:00:00 2001 From: Patrick Niklaus Date: Fri, 20 Oct 2017 15:08:18 +0000 Subject: [PATCH] Add missing entry to changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54eef127d..3763565bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ - 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 + - Removed `.osrm.core` file since CoreCH is deprecated now. - 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-locations-cache=false` becomes `--disable-location-cache`