This commit is contained in:
Martin Raifer
2023-01-19 12:14:02 +01:00
parent ddcd7023bc
commit a5f5e25c9d
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -35,11 +35,11 @@ _Breaking developer changes, which may affect downstream projects or sites that
[@xxxx]: https://github.com/xxxx
-->
# Unreleased
# 2.4.0
##### 2023-Jan-19
#### :tada: New Features
* Show a _remaining input length_ indicator and a warning if the maximum for OSM tags (typically, 255 characters) is exceeded ([#9390], [#9392] thanks [@alanb43], [#7943], [#9374])
#### :sparkles: Usability & Accessibility
#### :white_check_mark: Validation
* Add support value `uncontrolled` when using _connect features_ validation fix on crossings with `crossing=uncontrolled` ([#9443], thanks [@arch0345])
#### :bug: Bugfixes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "iD",
"version": "2.24.0-dev",
"version": "2.24.0",
"description": "A friendly editor for OpenStreetMap",
"main": "dist/iD.min.js",
"repository": "github:openstreetmap/iD",