From bd1532847c404dcd62e7b3b400a574f81f0116a6 Mon Sep 17 00:00:00 2001 From: Lev Dragunov Date: Wed, 7 Jun 2017 21:46:19 +0300 Subject: [PATCH] Changelog entry --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5dc637665..2d27c7d65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # 5.8.0 - Changes from 5.7 - API: + - polyline6 support in request string - new parameter `approaches` for `route`, `table`, `trip` and `nearest` requests. This parameter keep waypoints on the curb side. 'approaches' accepts both 'curb' and 'unrestricted' values. Note : the curb side depend on the `ProfileProperties::left_hand_driving`, it's a global property set once by the profile. If you are working with a planet dataset, the api will be wrong in some countries, and right in others.