From ebc14dd0dfc2d65821ca3ae8c816d4e8eec643f9 Mon Sep 17 00:00:00 2001 From: Quincy Morgan Date: Fri, 5 Apr 2019 12:30:30 -0700 Subject: [PATCH] Deprecate craft=glass, shop=baby, and shop=baby_care --- data/deprecated.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/data/deprecated.json b/data/deprecated.json index 2fd620fdc..47084b4df 100644 --- a/data/deprecated.json +++ b/data/deprecated.json @@ -180,6 +180,10 @@ "old": {"color": "*"}, "replace": {"colour": "$1"} }, + { + "old": {"craft": "glass"}, + "replace": {"craft": "glaziery"} + }, { "old": {"crossing": "zebra"}, "replace": {"crossing": "marked"} @@ -443,6 +447,14 @@ "old": {"shop": "auto_parts"}, "replace": {"shop": "car_parts"} }, + { + "old": {"shop": "baby"}, + "replace": {"shop": "baby_goods"} + }, + { + "old": {"shop": "baby_care"}, + "replace": {"shop": "baby_goods"} + }, { "old": {"shop": "betting"}, "replace": {"shop": "bookmaker"}