From 9b779c704f2cfe4e25c3609da7e30e0bc751a633 Mon Sep 17 00:00:00 2001 From: Patrick Niklaus Date: Tue, 24 Jul 2018 12:53:29 +0000 Subject: [PATCH] Update changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64f392aa5..9f208680c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,10 @@ # UNRELEASED - Changes from 5.18.0: + - Optimizations: + - CHANGED: Map matching is now almost twice as fast. [#5060](https://github.com/Project-OSRM/osrm-backend/pull/5060) - Bugfixes: - FIXED: collapsing of ExitRoundabout instructions [#5114](https://github.com/Project-OSRM/osrm-backend/issues/5114) + - FIXED: negative distances in table plugin annotation [#5106](https://github.com/Project-OSRM/osrm-backend/issues/5106) # 5.18.0 - Changes from 5.17.0: