Compare commits

...

1 Commits

Author SHA1 Message Date
Daniel Patterson
1a89ea2a9f
Update CHANGELOG and npm version for 5.11.0-rc.3 2017-08-16 14:07:54 -07:00
2 changed files with 3 additions and 1 deletions

View File

@ -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) - 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 - 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 - 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 # 5.10.0
- Changes from 5.9: - Changes from 5.9:

View File

@ -1,6 +1,6 @@
{ {
"name": "osrm", "name": "osrm",
"version": "5.11.0-rc.2", "version": "5.11.0-rc.3",
"private": false, "private": false,
"description": "The Open Source Routing Machine is a high performance routing engine written in C++14 designed to run on OpenStreetMap data.", "description": "The Open Source Routing Machine is a high performance routing engine written in C++14 designed to run on OpenStreetMap data.",
"dependencies": { "dependencies": {