Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
westnordost committed Jun 16, 2024
1 parent d37128b commit d129eb8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@

## v58.1

- Places overlay, things overlay, ...: Fix crash on displaying presets that were incompletely translated to a dialect of a language, by @logan12358
- Avoid asking about existence of shop right after asking about its opening hours (#5674)
- Moped on bike paths: When there is no sign, just tag that and don't infer anything else (#5565)
- Parcel locker drop-off: Add option for return deliveries only (#5687)
- Crossing kerb height: Only ask if road has a sidewalk (#5668)
- Addresses: Bulgaria - recognize common housenumber formats (#5683), by @mnalis
- Other small improvements (#5594, #5676, ...)

## v58.0
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ dependencies {
// finding in which country we are for country-specific logic
implementation("de.westnordost:countryboundaries:2.1")
// finding a name for a feature without a name tag
implementation("de.westnordost:osmfeatures:6.0")
implementation("de.westnordost:osmfeatures:6.1")
// talking with the OSM API
implementation("de.westnordost:osmapi-map:3.0")
implementation("de.westnordost:osmapi-changesets:3.0")
Expand Down

0 comments on commit d129eb8

Please sign in to comment.