File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,10 +8,23 @@ This project adheres to [Semantic Versioning](https://semver.org/).
88
99### Added
1010
11+ - Add integration tests for show command output formats. Thanks to Alexander
12+ Farber < farber72@outlook.de > .
13+
1114### Changed
1215
16+ - Switch to C++17 as minimum requirement.
17+ - Use ` std::back_inserter ` instead of ` boost::function_output_iterator `
18+ removing one dependency on Boost.
19+ - Various small fixes and code cleanups.
20+
1321### Fixed
1422
23+ - Fix ID comparison in ` osmium merge ` to match ` osmium sort ` behavior. Thanks
24+ to Zi-Hao WANG < zhwang0721@gmail.com > .
25+ - Extract in "simple" mode: Check all nodes in a way for overlap with the
26+ extraction region. Thanks to Muhammed Can Küçükaslan <muhammed.kucukaslan@getir.com >.
27+
1528
1629## [ 1.18.0] - 2025-03-17
1730
You can’t perform that action at this time.
0 commit comments