Skip to content

Commit

Permalink
docs(changelog): add entries for #1796
Browse files Browse the repository at this point in the history
  • Loading branch information
aoles committed May 24, 2024
1 parent 897cb59 commit c66f98b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,15 @@ RELEASING:

## [Unreleased]
### Added
- document which values of OSM key `surface` are being considered for way surface categories ([#1794](https://github.com/GIScience/openrouteservice/pull/1794))
- document which values of OSM tag `surface` are considered for way surface categories ([#1794](https://github.com/GIScience/openrouteservice/pull/1794))
- config parameter `maximum_locations` to snapping endpoint ([#1796](https://github.com/GIScience/openrouteservice/pull/1796))
### Changed
- way surface is now being determined based only on the value of OSM `surface` tag; when the tag is not present the surface is reported as "Unknown" and is no longer being inferred from the way type ([#1794](https://github.com/GIScience/openrouteservice/pull/1794))
- determine way surface based only on the value of OSM tag `surface`; if the tag is not present, the surface is reported as "Unknown" and no longer inferred from the way type ([#1794](https://github.com/GIScience/openrouteservice/pull/1794))
- revise snap endpoint error codes ([#1796](https://github.com/GIScience/openrouteservice/pull/1796))
### Deprecated
- soon-to-be removed features.
### Removed
- way surface categories "Fine gravel", "Cobblestone" and "Woodchips" have been merged with existing categories "Gravel", "Paving stones" and "Unpaved", respectively ([#1794](https://github.com/GIScience/openrouteservice/pull/1794))
- merge way surface categories "Fine gravel", "Cobblestone" and "Woodchips" with existing ones "Gravel", "Paving stones" and "Unpaved", respectively ([#1794](https://github.com/GIScience/openrouteservice/pull/1794))
### Fixed
- reliable encoding of way type and surface ([#1794](https://github.com/GIScience/openrouteservice/pull/1794))
### Security
Expand Down

0 comments on commit c66f98b

Please sign in to comment.