From 8c9ae4d3b4b54b5239ca4f4fb1f6b572d8757299 Mon Sep 17 00:00:00 2001 From: Daniel Patterson Date: Tue, 25 Jul 2017 12:12:04 -0700 Subject: [PATCH] Update CHANGELOG. --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3e8ba6e8..2cfdff82a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,10 @@ - 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. +# 5.9.2 + - API: + - `annotations=durations,weights,speeds` values no longer include turn penalty values ([#4330](https://github.com/Project-OSRM/osrm-backend/issues/4330)) + # 5.9.1 - Infrastructure - STXXL is not required by default