From c21c9c9106a2414ab869c21db050844ef0b5e65c Mon Sep 17 00:00:00 2001 From: Michael Krasnyk Date: Sat, 23 Dec 2017 19:29:05 +0100 Subject: [PATCH] Update CHANGELOG entry --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d70f47cb3..7a85d38de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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