From d129eb8618ad01d37c793854fe44cd3cc0f55013 Mon Sep 17 00:00:00 2001 From: Tobias Zwick Date: Sun, 16 Jun 2024 23:02:35 +0200 Subject: [PATCH] update changelog --- CHANGELOG.md | 2 ++ app/build.gradle.kts | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cfaff5abbc..843bbcb0b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 53c9362a37..c0b579b513 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -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")