Update CHANGELOG with bugfix notes.
This commit is contained in:
parent
9dfbae69cc
commit
0e77cf53f6
@ -17,6 +17,7 @@
|
|||||||
- Guidance: add support for throughabouts
|
- Guidance: add support for throughabouts
|
||||||
- Bugfixes
|
- Bugfixes
|
||||||
- Properly save/retrieve datasource annotations for road segments ([#4346](https://github.com/Project-OSRM/osrm-backend/issues/4346)
|
- 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)
|
- Algorithm)
|
||||||
- BREAKING: the file format requires re-processing due to the changes on via-ways
|
- BREAKING: the file format requires re-processing due to the changes on via-ways
|
||||||
- Added support for via-way restrictions
|
- Added support for via-way restrictions
|
||||||
|
@ -343,6 +343,8 @@ int RestrictionsCheckCommand(const char *executable, const std::vector<std::stri
|
|||||||
// For each conditional restriction if condition is active than print a line
|
// For each conditional restriction if condition is active than print a line
|
||||||
for (auto &value : conditional_restrictions)
|
for (auto &value : conditional_restrictions)
|
||||||
{
|
{
|
||||||
|
|
||||||
|
std::cout << value << std::endl;
|
||||||
const auto &location = value.location;
|
const auto &location = value.location;
|
||||||
const auto &restriction = value.restriction;
|
const auto &restriction = value.restriction;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user