fix changelog to not include 5.5.1 ahead of time

This commit is contained in:
Moritz Kobitzsch 2016-10-19 17:45:04 +02:00 committed by Patrick Niklaus
parent 769485cc2f
commit ae157d0b4f

View File

@ -1,9 +1,3 @@
# 5.5.1
- Changes from 5.5.0
- Profiles:
- Handle `destination:forward`, `destination:backward`, `destination:ref:forward`, `destination:ref:backward` tags
- Properly handle destinations on `oneway=-1` roads
# 5.5.0 # 5.5.0
- Changes from 5.4.0 - Changes from 5.4.0
- API: - API:
@ -13,6 +7,8 @@
- `restrictions` is now used for namespaced restrictions and restriction exceptions (e.g. `restriction:motorcar=` as well as `except=motorcar`) - `restrictions` is now used for namespaced restrictions and restriction exceptions (e.g. `restriction:motorcar=` as well as `except=motorcar`)
- replaced lhs/rhs profiles by using test defined profiles - replaced lhs/rhs profiles by using test defined profiles
- Handle `oneway=alternating` (routed over with penalty) separately from `oneway=reversible` (not routed over due to time dependence) - Handle `oneway=alternating` (routed over with penalty) separately from `oneway=reversible` (not routed over due to time dependence)
- Handle `destination:forward`, `destination:backward`, `destination:ref:forward`, `destination:ref:backward` tags
- Properly handle destinations on `oneway=-1` roads
- Guidance - Guidance
- Notifications are now exposed more prominently, announcing turns onto a ferry/pushing your bike more prominently - Notifications are now exposed more prominently, announcing turns onto a ferry/pushing your bike more prominently
- Trip Plugin - Trip Plugin