@@ -13,16 +13,27 @@ This project adheres to [Semantic Versioning](http://semver.org/).
13
13
### Fixed
14
14
15
15
16
+ ## [ 2.1.4] - 2016-09-16
17
+
18
+ ### Changed
19
+
20
+ - Miscellaneous code cleanups.
21
+
22
+ ### Fixed
23
+
24
+ - Windows build.
25
+
26
+
16
27
## [ 2.1.3] - 2016-03-30
17
28
18
29
### Added
19
30
20
- - Add verbose option to osmcoastline_filter.
21
- - osmcoastline_filter now shows memory used in verbose mode.
31
+ - Add verbose option to ` osmcoastline_filter ` .
32
+ - ` osmcoastline_filter ` now shows memory used in verbose mode.
22
33
23
34
### Changed
24
35
25
- - Optimized osmcoastline_filter program.
36
+ - Optimized ` osmcoastline_filter ` program.
26
37
- Use more features from newest libosmium.
27
38
28
39
### Fixed
@@ -44,7 +55,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44
55
- Updated for newest libosmium version (2.5.2).
45
56
- Uses gdalcpp.hpp from https://github.com/joto/gdalcpp instead of directly
46
57
talking to GDAL/OGR. Makes this compatible with GDAL 2.
47
- - Improved internal code using unique_ptr where possible.
58
+ - Improved internal code using ` unique_ptr ` where possible.
48
59
49
60
### Fixed
50
61
@@ -77,7 +88,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
77
88
- Added man pages
78
89
79
90
80
- [ unreleased ] : https://github.com/osmcode/osmium-tool/compare/v2.1.3...HEAD
91
+ [ unreleased ] : https://github.com/osmcode/osmium-tool/compare/v2.1.4...HEAD
92
+ [ 2.1.4 ] : https://github.com/osmcode/osmium-tool/compare/v2.1.3...v2.1.4
81
93
[ 2.1.3 ] : https://github.com/osmcode/osmium-tool/compare/v2.1.2...v2.1.3
82
94
[ 2.1.2 ] : https://github.com/osmcode/osmium-tool/compare/v2.1.1...v2.1.2
83
95
[ 2.1.1 ] : https://github.com/osmcode/osmium-tool/compare/v2.1.0...v2.1.1
0 commit comments