Skip to content

Commit

Permalink
Deprecate room=class; use room=classroom instead
Browse files Browse the repository at this point in the history
Bug: #1355
Change-Id: I90545a86f84877fea5908fd097334b87b98682e7
  • Loading branch information
winstonsung committed Oct 9, 2024
1 parent 7629cf2 commit 7e7c17d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions data/deprecated.json
Original file line number Diff line number Diff line change
Expand Up @@ -1396,6 +1396,10 @@
"old": {"roof:shape": "half_hipped"},
"replace": {"roof:shape": "half-hipped"}
},
{
"old": {"room": "class"},
"replace": {"room": "classroom"}
},
{
"old": {"route": "ncn"},
"replace": {"route": "bicycle", "network": "ncn"}
Expand Down

0 comments on commit 7e7c17d

Please sign in to comment.