From fe4f2a815da0e0b6b3e218f3d9f81cfb83590879 Mon Sep 17 00:00:00 2001 From: tombay Date: Sun, 6 Oct 2024 08:03:03 +1100 Subject: [PATCH] Also addresses #6008 and #6697 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f492339b45..9990ea8c1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -80,7 +80,7 @@ - Profiles: - FIXED: Bicycle and foot profiles now don't route on proposed ways [#6615](https://github.com/Project-OSRM/osrm-backend/pull/6615) - ADDED: Add optional support of cargo bike exclusion and width to bicyle profile [#7044](https://github.com/Project-OSRM/osrm-backend/pull/7044) - - FIXED: foot and bicycle profiles should support trunk access for some countries. [#6710][https://github.com/Project-OSRM/osrm-backend/pulls/7049) + - FIXED: foot and bicycle profiles should support trunk access for some countries.[#6710 #6008 #6697](https://github.com/Project-OSRM/osrm-backend/pulls/7049) - Routing: - FIXED: Fix adding traffic signal penalties during compression [#6419](https://github.com/Project-OSRM/osrm-backend/pull/6419) - FIXED: Correctly handle compressed traffic signals. [#6724](https://github.com/Project-OSRM/osrm-backend/pull/6724)