We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef8244e commit 1305bbfCopy full SHA for 1305bbf
CHANGELOG.md
@@ -10,8 +10,20 @@ This project adheres to [Semantic Versioning](https://semver.org/).
10
11
### Changed
12
13
+- Now requires libosmium version 2.17.0 or newer.
14
+- Remove the long-deprecated `--remove-deleted/--simplify` option on the
15
+ `apply-changes` command.
16
+- Remove the long-deprecated `--omit-rs` option on the `export` command.
17
+- Remove the long-deprecated `--history` option on the `getid` command.
18
+- Update included Catch to v2.13.10.
19
+- Various small code cleanups.
20
+
21
### Fixed
22
23
+- Fix for polygon extracts. Sometimes objects outside the polygon used for
24
+ extraction could end up in the output.
25
+- Correctly detect relative paths on Windows.
26
+- Fixes cross-compiling for mingw.
27
28
## [1.14.0] - 2022-02-07
29
0 commit comments