Skip to content

Commit 7e2688c

Browse files
committed
Update change log
1 parent 457e392 commit 7e2688c

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,30 @@ This project adheres to [Semantic Versioning](https://semver.org/).
88

99
### Added
1010

11+
* Functions to store and retrieve extra bit in osmium::Location. This allows
12+
storing of one bit of information in a Location.
13+
* Function for comparing two TagLists.
14+
1115
### Changed
1216

17+
* Requires CMake 3.10 now.
18+
* Various small changes and code cleanups.
19+
1320
### Fixed
1421

22+
* Allow single varint encoded int instead of packed ints for tags and other
23+
data in PBFs. (Fixes #389)
24+
* Regression: Report progress correctly when reading PBF files. Thanks to
25+
victor.pavlychko@gmail.com.
26+
* Fix off-by-one error when printing numbers in debug output. Thanks to
27+
@ginnyTheCat.
28+
* Fix i/o tests using mock (de)compression.
29+
* Fix error reading (large) bzip files that use concatenated bzip streams.
30+
Thanks to yarray <08to09@gmail.com>.
31+
* Fix memory corruption error in ChangesetDiscussionBuilder. Thanks to
32+
yarray <08to09@gmail.com>.
33+
* Fix for PBF reading from stdin: set binary mode. Thanks to Ildar
34+
Khayrutdinov <ildarkhairutdin@gmail.com>.
1535

1636
## [2.22.0] - 2025-03-17
1737

0 commit comments

Comments
 (0)