Skip to content

Commit dc81c7b

Browse files
committed
[skip ci] Changelog polish for release
1 parent 90b3be8 commit dc81c7b

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

CHANGELOG.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,23 @@
55
- Support of `distance` weight in foot and bicycle profiles
66
- Support of relations processing
77
- Added `way:get_location_tag(key)` method to get location-dependent tags https://github.com/Project-OSRM/osrm-backend/wiki/Using-location-dependent-data-in-profiles
8-
- left-side driving mode is specified by a local Boolean flag `is_left_hand_driving` in `ExtractionWay` and `ExtractionTurn`
8+
- Left-side driving mode is specified by a local Boolean flag `is_left_hand_driving` in `ExtractionWay` and `ExtractionTurn`
9+
- Support literal values for maxspeeds in NO, PL and ZA
910
- Infrastructure:
1011
- Lua 5.1 support is removed due to lack of support in sol2 https://github.com/ThePhD/sol2/issues/302
12+
- Fixed pkg-config version of OSRM
1113
- Node.js Bindings:
1214
- Exposes `use_threads_number=Number` parameter of `EngineConfig` to limit a number of threads in a TBB internal pool
13-
- Internals
14-
- MLD uses a unidirectional Dijkstra for 1-to-N and N-to-1 matrices
15-
- BREAKING: Internal file formats have changed, requiring a new pre-processing run
16-
- Guidance
17-
- Fixed some cases of sliproads pre-processing (https://github.com/Project-OSRM/osrm-backend/issues/4348)
18-
- don't suppress name announcements via sliproad handler
19-
- Bugfixes
20-
- Fixed a bug that would result in unnecessary instructions, due to problems in suffix/prefix detection
15+
- Bugfixes:
16+
- Fixed #4348: Some cases of sliproads pre-processing were broken
17+
- Fixed #4331: Correctly compute left/right modifiers of forks in case the fork is curved.
18+
- Fixed #4472: Correctly count the number of lanes using the delimter in `turn:lanes` tag.
19+
- Fixed #4214: Multiple runs of `osrm-partition` lead to crash.
20+
- Fixed #4348: Fix assorted problems around slip roads.
21+
- Fixed #4420: A bug that would result in unnecessary instructions, due to problems in suffix/prefix detection
2122
- Algorithm
2223
- Deprecate CoreCH functionality. Usage of CoreCH specific options will fall back to using CH with core_factor of 1.0
24+
- MLD uses a unidirectional Dijkstra for 1-to-N and N-to-1 matrices which yields speedup.
2325

2426
# 5.12.0
2527
- Changes from 5.11:

0 commit comments

Comments
 (0)