Skip to content

Commit

Permalink
add CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
westnordost committed Aug 13, 2022
1 parent 81dce3d commit 1531ee9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Changelog

## 1.1

- Fix: Implementation for [Speed limits by vehicle type, 2. Always the lowest speed is the applicable one](https://wiki.openstreetmap.org/wiki/Default_speed_limits#Speed_limits_by_vehicle_type)
was incomplete - not all `maxspeed` tags with higher speed were removed
- Detect circular references to placeholders in road type filters at initialization in order to
avoid endless loops during runtime

## 1.0

Initial version

0 comments on commit 1531ee9

Please sign in to comment.