From f430d018b552bf67afeccd550a62a2efb92c7d33 Mon Sep 17 00:00:00 2001 From: Jochen Topf Date: Fri, 8 Jan 2021 15:52:49 +0100 Subject: [PATCH] Update change log --- CHANGELOG.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 933fd6c0..f85ed1ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,10 +8,35 @@ This project adheres to [Semantic Versioning](https://semver.org/). ### Added +- Add support for negative IDs in add-locations-to-ways command. +- Show setting of `-i`, `--invert-match` option on tags-filter command. +- Show bytes read and written in verbose mode in `osmium cat` output. + ### Changed +- Now depends on libosmium 2.16.0 or greater. +- Has support for PBF lz4 compression which is enabled by default if the + library is found. Disable by setting CMake option `WITH_LZ4` to `OFF`. +- An OSM file header can now be set based on the input file header in extract + command from the config file. Set the header to the special `null` value + for this. +- The `fileinfo` command now shows a **Metadata** section as described in the + man page. + ### Fixed +- When using the `-I`, `--id-osm-file` option in the `tags-filter` command, + not only the objects in the specified file were marked but also the nodes + referenced from ways and the members referenced from relations. This had + two results: a) When not using `-r`, `--add-referenced`: too many objects + ended up in the resulting file. b) When using `-t`, `--remove-tags`: tags + from those member objects were not removed. +- When change files have been created from extracts it is possible that they + contain objects with the same type, id, version, and timestamp. In that case + we still want to get the last object available. This is now done correctly. +- Various man page fixes. + + ## [1.12.1] - 2020-06-27 ### Changed