From d95c880bbb8a18e03f04eb8e6aeed27d2b05cacd Mon Sep 17 00:00:00 2001 From: Moritz Kobitzsch Date: Tue, 25 Jul 2017 16:29:29 +0200 Subject: [PATCH] add changelog entry for compression of traffic signals --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c77ae8031c7..76fe690fbc1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ - Pass functions instead of strings to `WayHandlers.run()`, so it's possible to mix in your own functions. - Reorders arguments to `WayHandlers` functions to match `process_way()`. - Profiles must return a hash of profile functions. This makes it easier for profiles to include each other. + - BREAKING: Traffic signals will no longer be represented as turns internally. This requires re-processing of data but enables via-way turn restrictions across highway=traffic_signals - Guidance: add support for throughabouts - Bugfixes - Properly save/retrieve datasource annotations for road segments ([#4346](https://github.com/Project-OSRM/osrm-backend/issues/4346)