@@ -13,16 +13,27 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1313### Fixed
1414
1515
16+ ## [ 2.1.4] - 2016-09-16
17+
18+ ### Changed
19+
20+ - Miscellaneous code cleanups.
21+
22+ ### Fixed
23+
24+ - Windows build.
25+
26+
1627## [ 2.1.3] - 2016-03-30
1728
1829### Added
1930
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.
2233
2334### Changed
2435
25- - Optimized osmcoastline_filter program.
36+ - Optimized ` osmcoastline_filter ` program.
2637- Use more features from newest libosmium.
2738
2839### Fixed
@@ -44,7 +55,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
4455- Updated for newest libosmium version (2.5.2).
4556- Uses gdalcpp.hpp from https://github.com/joto/gdalcpp instead of directly
4657 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.
4859
4960### Fixed
5061
@@ -77,7 +88,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
7788- Added man pages
7889
7990
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
8193[ 2.1.3 ] : https://github.com/osmcode/osmium-tool/compare/v2.1.2...v2.1.3
8294[ 2.1.2 ] : https://github.com/osmcode/osmium-tool/compare/v2.1.1...v2.1.2
8395[ 2.1.1 ] : https://github.com/osmcode/osmium-tool/compare/v2.1.0...v2.1.1
0 commit comments