Skip to content

Commit 3f51489

Browse files
committed
Update change log
1 parent ead9995 commit 3f51489

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)