From bd068ff2a6f4052f38f58ce258ce3d344ddc251b Mon Sep 17 00:00:00 2001 From: Patrick Niklaus Date: Wed, 16 Aug 2017 20:42:18 +0000 Subject: [PATCH] Add changelog entries for exclude flags --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d7e6edfda..8c16353f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ - Changes from 5.11: - Guidance - now announcing turning onto oneways at the end of a road (e.g. onto dual carriageways) + - HTTP: + - New query parameter for route/table/match/trip plugings: + `exclude=` that can be used to exclude certain classes (e.g. exclude=motorway, exclude=toll). + This is configurable in the profile. + - NodeJS: + - New query option `exclude` for the route/table/match/trip plugins. (e.g. `exclude: ["motorway", "toll"]`) + - Profile: + - New property for profile table: `excludable` that can be used to configure which classes are excludable at query time. + - New optional property for profile table: `classes` that allows you to specify which classes you expect to be used. + We recommend this for better error messages around classes, otherwise the possible class names are infered automatically. + - Infrastructure: + - New file `.osrm.cell_metrics` created by `osrm-customize`. # 5.11.0 - Changes from 5.10: