From bb5530646af927cce1ff8c8669ff5e0e1c636bc1 Mon Sep 17 00:00:00 2001 From: Daniel Patterson Date: Tue, 19 Sep 2017 14:12:13 -0700 Subject: [PATCH] Update changelog. --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31ec1d632..3a3e5e4e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # UNRELEASED - Profile: - New function to support relations: `process_relation`. Read more in profiles documentation. + - Append cardinal directions from route relations to ref fields to improve instructions - Support of `distance` weight in foot and bicycle profiles - Infrastructure: - Lua 5.1 support is removed due to lack of support in sol2 https://github.com/ThePhD/sol2/issues/302