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,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
You can’t perform that action at this time.
0 commit comments