Update the Changelog for v5.2.0-rc2
This commit is contained in:
parent
ad70759f91
commit
6f94e0dfb8
@ -8,17 +8,20 @@
|
|||||||
- API:
|
- API:
|
||||||
- paramater `annotate` was renamed to `annotations`.
|
- paramater `annotate` was renamed to `annotations`.
|
||||||
- `annotation` as accidentally placed in `Route` instead of `RouteLeg`
|
- `annotation` as accidentally placed in `Route` instead of `RouteLeg`
|
||||||
- Support for destination signs. New member `destinations` in `RouteStep`, based on `destination` and `destination:ref`.
|
- Support for destination signs. New member `destinations` in `RouteStep`, based on `destination` and `destination:ref`
|
||||||
|
- Support for name pronounciations. New member `pronounciation` in `RouteStep`, based on `name:pronounciation`
|
||||||
- Add `nodes` property to `annotation` in `RouteLeg` containing the ids of nodes covered by the route
|
- Add `nodes` property to `annotation` in `RouteLeg` containing the ids of nodes covered by the route
|
||||||
|
|
||||||
- Profile changes:
|
- Profile changes:
|
||||||
- `result.destinations` allows you to set a way's destinations
|
- `result.destinations` allows you to set a way's destinations
|
||||||
|
- `result.pronounciation` allows you to set way name pronounciations
|
||||||
|
- `highway=motorway_link` no longer implies `oneway` as per the OSM Wiki
|
||||||
|
|
||||||
- Infrastructure
|
- Infrastructure
|
||||||
- BREAKING: Changed the on-disk encoding of the StaticRTree to reduce ramIndex file size. This breaks the **data format**
|
- BREAKING: Changed the on-disk encoding of the StaticRTree to reduce ramIndex file size. This breaks the **data format**
|
||||||
|
|
||||||
- Bugfixes
|
- Bugfixes
|
||||||
- fixed broken summaries for very short routes
|
- fixed broken summaries for very short routes
|
||||||
|
|
||||||
# 5.2.0 RC1
|
# 5.2.0 RC1
|
||||||
Changes from 5.1.0
|
Changes from 5.1.0
|
||||||
@ -30,11 +33,9 @@
|
|||||||
- `bearing_before`/`bearing_after` of `StepManeuver` are now deprecated and will be removed in the next major release
|
- `bearing_before`/`bearing_after` of `StepManeuver` are now deprecated and will be removed in the next major release
|
||||||
- `location` of `StepManeuvers` is now deprecated and will be removed in the next major release
|
- `location` of `StepManeuvers` is now deprecated and will be removed in the next major release
|
||||||
- every `RouteStep` now has property `intersections` containing a list of `Intersection` objects.
|
- every `RouteStep` now has property `intersections` containing a list of `Intersection` objects.
|
||||||
- Support for name pronounciations. New member `pronounciation` in `RouteStep`, based on `name:pronounciation`.
|
|
||||||
|
|
||||||
- Profile changes:
|
- Profile changes:
|
||||||
- duration parser now accepts P[n]DT[n]H[n]M[n]S, P[n]W, PTHHMMSS and PTHH:MM:SS ISO8601 formats.
|
- duration parser now accepts P[n]DT[n]H[n]M[n]S, P[n]W, PTHHMMSS and PTHH:MM:SS ISO8601 formats.
|
||||||
- `result.pronounciation` allows you to set way name pronounciations.
|
|
||||||
|
|
||||||
- Infrastructure:
|
- Infrastructure:
|
||||||
- Better support for osrm-routed binary upgrade on the fly [UNIX specific]:
|
- Better support for osrm-routed binary upgrade on the fly [UNIX specific]:
|
||||||
|
Loading…
Reference in New Issue
Block a user