Skip to content

Commit 210fa9d

Browse files
committed
Update changelog and version
1 parent 7eafb48 commit 210fa9d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 5.9.0 RC3
1+
# 5.9.0
22
- Changes from 5.8:
33
- Algorithm:
44
- Multi-Level Dijkstra:
@@ -12,6 +12,7 @@
1212
- `result.exits` allows you to set a way's exit numbers and names, see [`junction:ref`](http://wiki.openstreetmap.org/wiki/Proposed_features/junction_details)
1313
- `ExtractionWay` now as new property `forward_classes` and `backward_classes` that can set in the `way_function`.
1414
The maximum number of classes is 8.
15+
- We now respect the `construction` tag. If the `construction` tag value is not on our whitelist (`minor`, `widening`, `no`) we will exclude the road.
1516
- Node.js Bindings:
1617
- Exposes `alternatives=Number` parameter overload in addition to the boolean flag
1718
- Expose `EngineConfig` options in the node bindings

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "osrm",
3-
"version": "5.9.0-rc.3",
3+
"version": "5.9.0",
44
"private": false,
55
"description": "The Open Source Routing Machine is a high performance routing engine written in C++14 designed to run on OpenStreetMap data.",
66
"dependencies": {

0 commit comments

Comments
 (0)