From 6f94e0dfb818eb96d0ed22a12ee99c1aa9c52397 Mon Sep 17 00:00:00 2001 From: "Daniel J. Hofmann" Date: Thu, 2 Jun 2016 15:22:56 +0200 Subject: [PATCH] Update the Changelog for v5.2.0-rc2 --- CHANGELOG.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 17fc4dc41..462106553 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,17 +8,20 @@ - API: - paramater `annotate` was renamed to `annotations`. - `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 - Profile changes: - `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 - BREAKING: Changed the on-disk encoding of the StaticRTree to reduce ramIndex file size. This breaks the **data format** - Bugfixes - - fixed broken summaries for very short routes + - fixed broken summaries for very short routes # 5.2.0 RC1 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 - `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. - - Support for name pronounciations. New member `pronounciation` in `RouteStep`, based on `name:pronounciation`. - 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. - - `result.pronounciation` allows you to set way name pronounciations. - Infrastructure: - Better support for osrm-routed binary upgrade on the fly [UNIX specific]: