From 1a89ea2a9f576e82c59ab11a3f604b1774ea0ea1 Mon Sep 17 00:00:00 2001 From: Daniel Patterson Date: Wed, 16 Aug 2017 14:07:54 -0700 Subject: [PATCH] Update CHANGELOG and npm version for 5.11.0-rc.3 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5fe7b655..f01231841 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,8 @@ - Fix a pre-processing bug where incorrect directions could be issued when two turns would have similar instructions and we tried to give them distinct values (https://github.com/Project-OSRM/osrm-backend/pull/4375) - The entry bearing for correct the cardinality of a direction value (https://github.com/Project-OSRM/osrm-backend/pull/4353 - Change timezones in West Africa to the WAT zone so they're recognized on the Windows platform + - Use the correct angle modifier at forks + - Issue a `continue` instead of a `turn` when an end-of-road situation (e.g. T-intersection) puts you on the same-named road # 5.10.0 - Changes from 5.9: diff --git a/package.json b/package.json index bedc0f506..286cc988f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "osrm", - "version": "5.11.0-rc.2", + "version": "5.11.0-rc.3", "private": false, "description": "The Open Source Routing Machine is a high performance routing engine written in C++14 designed to run on OpenStreetMap data.", "dependencies": {