diff --git a/CHANGELOG.md b/CHANGELOG.md index e19587ffc..d4e260f6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -41,10 +41,16 @@ _Breaking developer changes, which may affect downstream projects or sites that * Add [Röntgen icon set](https://github.com/enzet/map-machine#r%C3%B6ntgen-icon-set) for presets, etc. #### :bug: Bugfixes * Fix context "edit" menu on touchscreens: render labels properly and always open the touch-specific edit menu ([#9425]) +#### :rocket: Presets +* Upgrade to tagging schema v6 ([#9477]): + * Add new `date` field for tags like `check_date` + * Add [Röntgen icons set](https://wiki.openstreetmap.org/wiki/R%C3%B6ntgen) + * Combo fields can now specify arbitrary icons for individual tag values #### :hammer: Development * `npm start` runs in _watch_ (i.e. `npm run start:watch`) mode by default (to start the dev server in _single build_ mode one can now use `npm run start:single-build`) [#9425]: https://github.com/openstreetmap/iD/issues/9425 +[#9477]: https://github.com/openstreetmap/iD/issues/9477 # 2.24.1 diff --git a/package.json b/package.json index f18974a04..7f0742372 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "@fortawesome/free-solid-svg-icons": "~6.2.0", "@ideditor/temaki": "~5.2.0", "@mapbox/maki": "^8.0.0", - "@openstreetmap/id-tagging-schema": "^5.0.1", + "@openstreetmap/id-tagging-schema": "^6.0.0-rc.1", "@transifex/api": "^5.0.1", "autoprefixer": "^10.0.1", "chai": "^4.3.4",