diff --git a/CHANGELOG.md b/CHANGELOG.md index b5735b8c8..f2a589372 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ - API: - FIXED: Fix inefficient osrm-routed connection handling [#6113](https://github.com/Project-OSRM/osrm-backend/pull/6113) - Build: - - CHANGED: Migrate to C++17. Update sol2 to 3.3.0. [#6279](https://github.com/Project-OSRM/osrm-backend/pull/6279) + - CHANGED: Migrate to C++17. Update sol2 to 3.3.0. Fix bug with reading Set values from Lua scripts. [#6279](https://github.com/Project-OSRM/osrm-backend/pull/6279) - CHANGED: Enable even more clang-tidy checks. [#6273](https://github.com/Project-OSRM/osrm-backend/pull/6273) - CHANGED: Configure CMake to not build flatbuffers tests and samples. [#6274](https://github.com/Project-OSRM/osrm-backend/pull/6274) - CHANGED: Enable more clang-tidy checks. [#6270](https://github.com/Project-OSRM/osrm-backend/pull/6270) diff --git a/features/foot/restrictions.feature b/features/foot/restrictions.feature index 5273a47b1..263aa6416 100644 --- a/features/foot/restrictions.feature +++ b/features/foot/restrictions.feature @@ -29,7 +29,7 @@ Feature: Foot - Turn restrictions When I route I should get | from | to | route | | s | w | sj,wj,wj | - | s | n | sj,nj,nj | + | s | n | sj,nj | | s | e | sj,ej,ej | @only_turning @@ -55,7 +55,7 @@ Feature: Foot - Turn restrictions When I route I should get | from | to | route | | s | w | sj,wj,wj | - | s | n | sj,nj,nj | + | s | n | sj,nj | | s | e | sj,ej,ej | @except