@@ -8,11 +8,20 @@ This project adheres to [Semantic Versioning](http://semver.org/).
8
8
9
9
### Added
10
10
11
+ ### Changed
12
+
13
+ ### Fixed
14
+
15
+
16
+ ## [ 2.7.0] - 2016-06-01
17
+
18
+ ### Added
19
+
11
20
- New functions for iterating over specific item types in buffers
12
21
(` osmium::memory::Buffer::select() ` ), over specific subitems
13
22
(` osmium::OSMObject::subitems() ` ), and for iterating over all rings of
14
23
an area (` osmium::Areas::outer_rings( ` ), ` inner_rings() ` ).
15
- - Debug output optionally prints CRC32 when " add_crc32" file option is set.
24
+ - Debug output optionally prints CRC32 when ` add_crc32 ` file option is set.
16
25
17
26
### Changed
18
27
@@ -31,7 +40,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
31
40
### Fixed
32
41
33
42
- Output operator for Location shows full precision.
34
- - Undefined behaviour in WKB writer and types_from_string() function.
43
+ - Undefined behaviour in WKB writer and ` types_from_string() ` function.
35
44
- Fix unsigned overflow in pool.hpp.
36
45
- OSM objects are now ordered by type (nodes, then ways, then relations),
37
46
then ID, then version, then timestamp. Ordering by timestamp is normally
@@ -311,7 +320,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
311
320
Doxygen (up to version 1.8.8). This version contains a workaround to fix
312
321
this.
313
322
314
- [ unreleased ] : https://github.com/osmcode/libosmium/compare/v2.6.1...HEAD
323
+ [ unreleased ] : https://github.com/osmcode/libosmium/compare/v2.7.0...HEAD
324
+ [ 2.7.0 ] : https://github.com/osmcode/libosmium/compare/v2.6.1...v2.7.0
315
325
[ 2.6.1 ] : https://github.com/osmcode/libosmium/compare/v2.6.0...v2.6.1
316
326
[ 2.6.0 ] : https://github.com/osmcode/libosmium/compare/v2.5.4...v2.6.0
317
327
[ 2.5.4 ] : https://github.com/osmcode/libosmium/compare/v2.5.3...v2.5.4
0 commit comments