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