Update changelog.

This commit is contained in:
Daniel Patterson 2020-12-19 15:35:59 -08:00
parent 2f97e408b3
commit db12ee62c3
No known key found for this signature in database
GPG Key ID: 19C12BE1725A028B

View File

@ -1,5 +1,8 @@
# Unreleased # Unreleased
- Changes from 5.23.0 - Changes from 5.23.0
- Features:
- ADDED: Add node bindings support for Node 12, 14, and publish binaries [#5918](https://github.com/Project-OSRM/osrm-backend/pull/5918)
- REMOVED: we no longer publish Node 8 binary modules (they are still buildable from source) [#5918](https://github.com/Project-OSRM/osrm-backend/pull/5918)
- Misc: - Misc:
- CHANGED: Unify `.osrm.turn_penalites_index` dump processing same with `.osrm.turn_weight_penalties` and `.osrm.turn_duration_penalties` [#5868](https://github.com/Project-OSRM/osrm-backend/pull/5868) - CHANGED: Unify `.osrm.turn_penalites_index` dump processing same with `.osrm.turn_weight_penalties` and `.osrm.turn_duration_penalties` [#5868](https://github.com/Project-OSRM/osrm-backend/pull/5868)
- Infrastructure - Infrastructure