Changelog Item for #3561

This commit is contained in:
Daniel J. Hofmann 2017-01-17 12:54:38 +01:00
parent bc38275146
commit 5159d57201

View File

@ -5,6 +5,7 @@
- PR #3556 - fix an assertion in the walking profile triggered by tight spiral stairwells - PR #3556 - fix an assertion in the walking profile triggered by tight spiral stairwells
- PR #3469 - don't assert when identical coordinates are supplied to some calculations - OSM data contains these, we shouldn't crash. - PR #3469 - don't assert when identical coordinates are supplied to some calculations - OSM data contains these, we shouldn't crash.
- PR #3515 - adjusted number of `nodes` in `annotation` - PR #3515 - adjusted number of `nodes` in `annotation`
- PR #3561 - added missing backwards speeds for cycleways in bicycle profile
- Enhancements: - Enhancements:
- backported 6ea9f9fdf19 - when anticipating upcoming lanes, consider how many lanes need to be crossed to get there. - backported 6ea9f9fdf19 - when anticipating upcoming lanes, consider how many lanes need to be crossed to get there.
- when using osrm-datastore, it will attempt to clean up locks if it crashes. - when using osrm-datastore, it will attempt to clean up locks if it crashes.