Skip to content

Commit d30d28c

Browse files
committed
final 5.16 version
1 parent 87de371 commit d30d28c

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
# 5.16.0 RC 7
2-
- Changes from 5.15.1:
1+
2+
# 5.16.0
3+
- Changes from 5.15.2:
34
- Guidance
45
- ADDED #4676: Support for maneuver override relation, allowing data-driven overrides for turn-by-turn instructions [#4676](https://github.com/Project-OSRM/osrm-backend/pull/4676)
56
- CHANGED #4830: Announce reference change if names are empty
@@ -14,6 +15,13 @@
1415
- FIXED #4763: Add support for non-numerical units in car profile for maxheight [#4763](https://github.com/Project-OSRM/osrm-backend/issues/4763)
1516
- ADDED #4872: Handling of `barrier=height_restrictor` nodes [#4872](https://github.com/Project-OSRM/osrm-backend/pull/4872)
1617

18+
# 5.15.2
19+
- Changes from 5.15.1:
20+
- Features:
21+
- ADDED: Exposed the waypoints parameter in the node bindings interface
22+
- Bugfixes:
23+
- FIXED: Segfault causing bug in leg collapsing map matching when traversing edges in reverse
24+
1725
# 5.15.1
1826
- Changes from 5.15.0:
1927
- Bugfixes:

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.16.0-rc.7",
3+
"version": "5.16.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)