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/).
17
17
handler.
18
18
* Add flag ` osmium::io::buffers_type ` for telling the ` Reader ` class whether
19
19
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.
20
25
21
26
### Changed
22
27
@@ -51,6 +56,9 @@ This project adheres to [Semantic Versioning](https://semver.org/).
51
56
also because we call this from a noexcept function.
52
57
* Removed superfluous ` std::forward ` s and fixed code that called
53
58
` 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.
54
62
55
63
## [ 2.16.0] - 2021-01-08
56
64
You can’t perform that action at this time.
0 commit comments