From 293a7177d0b3cbdd488634fa6fc2234c1352ee00 Mon Sep 17 00:00:00 2001 From: "Daniel J. Hofmann" Date: Mon, 24 Jul 2017 12:37:30 +0200 Subject: [PATCH] Updates changelog --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 819deb686..9702feced 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # 5.9.1 - Changes from 5.9.0: - - Deprecated `UseLane`. Use the intersections array if you require lanes between steps + - #4322: Deprecated `UseLane`. Use the intersections array if you require lanes between steps + - #4321: Fixes a potential crash in the MLD alternative code path when not even a shortest path can be found # 5.9.0 - Changes from 5.8: