Skip to content

Commit e004507

Browse files
committed
Update change log
1 parent 7e0a086 commit e004507

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ This project adheres to [Semantic Versioning](https://semver.org/).
1717
handler.
1818
* Add flag `osmium::io::buffers_type` for telling the `Reader` class whether
1919
you want buffers read to only contain a single type of OSM entity.
20+
* Add convenient named `nodes()`, `ways()`, and `relations()` accessor
21+
functions to `nwr_array` class.
22+
* Add `DeltaDecode::value()` accessor function.
23+
* Add variant of the `Buffer::purge_removed()` function which doesn't take
24+
a callback parameter.
2025

2126
### Changed
2227

@@ -51,6 +56,9 @@ This project adheres to [Semantic Versioning](https://semver.org/).
5156
also because we call this from a noexcept function.
5257
* Removed superfluous `std::forward`s and fixed code that called
5358
`std::forward` multiple times on the same object.
59+
* Fix in OPL parser which could lead to invalid data being generated.
60+
* Fixed three bugs in O5M parser which could lead to an infinit loop
61+
or segmentation faults.
5462

5563
## [2.16.0] - 2021-01-08
5664

0 commit comments

Comments
 (0)