Update CHANGELOG.

This commit is contained in:
Daniel Patterson 2018-12-13 15:17:35 -07:00
parent d8de5bddb6
commit 2b2851569f
No known key found for this signature in database
GPG Key ID: 19C12BE1725A028B

View File

@ -6,6 +6,8 @@
- Table:
- ADDED: new parameter `scale_factor` which will scale the cell `duration` values by this factor. [#5298](https://github.com/Project-OSRM/osrm-backend/pull/5298)
- FIXED: only trigger `scale_factor` code to scan matrix when necessary. [#5303](https://github.com/Project-OSRM/osrm-backend/pull/5303)
- Matching:
- CHANGED: matching will now consider edges marked with is_startpoint=false, allowing matching over ferries and other previously non-matchable edge types. [#5297](https://github.com/Project-OSRM/osrm-backend/pull/5297)
# 5.20.0
- Changes from 5.19.0: