File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments