From 0e77cf53f63c44c0a57bc30be96d00767d70fd0b Mon Sep 17 00:00:00 2001 From: Daniel Patterson Date: Mon, 31 Jul 2017 08:33:19 -0700 Subject: [PATCH] Update CHANGELOG with bugfix notes. --- CHANGELOG.md | 1 + src/tools/extract-conditionals.cpp | 2 ++ 2 files changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c77ae8031..e0bfe7669 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ - Guidance: add support for throughabouts - Bugfixes - Properly save/retrieve datasource annotations for road segments ([#4346](https://github.com/Project-OSRM/osrm-backend/issues/4346) + - Fix conditional restriction grammer parsing so it works for single-day-of-week restrictions ([#4357](https://github.com/Project-OSRM/osrm-backend/pull/4357)) - Algorithm) - BREAKING: the file format requires re-processing due to the changes on via-ways - Added support for via-way restrictions diff --git a/src/tools/extract-conditionals.cpp b/src/tools/extract-conditionals.cpp index bfeb213be..b3fb5a1b4 100644 --- a/src/tools/extract-conditionals.cpp +++ b/src/tools/extract-conditionals.cpp @@ -343,6 +343,8 @@ int RestrictionsCheckCommand(const char *executable, const std::vector