From 8df3acc085cb861266e001cbee3010a87aff926f Mon Sep 17 00:00:00 2001 From: Tobias Date: Sat, 29 Sep 2018 16:51:35 +0200 Subject: [PATCH] changelog: fix typo I guess https://github.com/openstreetmap/iD/search?q=embarkment&type=Code is a typo, since the preset is https://github.com/openstreetmap/iD/blob/master/data/presets/presets/embankment.json and the wiki page as well https://wiki.openstreetmap.org/wiki/DE:Key:embankment --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad6c2d608..fcf63d129 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2954,7 +2954,7 @@ _Map traffic signals, stop signs, benches, crossings, street lamps, fountains, t * Trim tag keys, and prevent duplicate tag keys (#2043) * Fix inline tag help for fields that handle multiple tags * Add 'width', 'length', 'lit' for appropriate presets (cycleways, sidewalks, sports pitch, etc) -* Render embarkment/cutting with dashed casing +* Render embankment/cutting with dashed casing * Rendering fixes for buildings, tunnels * Add population field for various place presets * Improvements to circularize action (#2194)