Update CHANGELOG entry

This commit is contained in:
Michael Krasnyk 2017-12-23 19:29:05 +01:00
parent 511f3cff33
commit c21c9c9106
No known key found for this signature in database
GPG Key ID: 49C12AD0F43D2108

View File

@ -2,6 +2,7 @@
- Changes from 5.14.2:
- Bugfixes:
- FIXED #4754: U-Turn penalties are applied to straight turns.
- FIXED #4756: Removed too restrictive road name check in the sliproad handler
# 5.14.2
- Changes from 5.14.1:
@ -9,6 +10,10 @@
- FIXED #4727: Erroring when a old .core file is present.
- FIXED #4642: Update checks for EMPTY_NAMEID to check for empty name strings
- FIXED #4738: Fix potential segmentation fault
- Node.js Bindings:
- ADDED: Exposed new `max_radiuses_map_matching` option from `EngingConfig` options
- Tools:
- ADDED: New osrm-routed `max_radiuses_map_matching` command line flag to optionally set a maximum radius for map matching
# 5.14.1
- Changes from 5.14.0