Skip to content

Commit

Permalink
Updated change log
Browse files Browse the repository at this point in the history
  • Loading branch information
joto committed Sep 20, 2023
1 parent d50c346 commit 4552f09
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,20 @@ This project adheres to [Semantic Versioning](https://semver.org/).

### Added

- Add "tags" strategy option for smart extract strategy. This checks relations
for the specified keys/tags. For a relation to be completed it has to match
the keys/tags.

### Changed

- Limit the number of extracts possible with osmium extract to 500. Prevents
us from running out of file descriptors.

### Fixed

- Extract with a polygon could fail in some circumstances.
- Compile problem on Windows due to our use of `GetObject()` function from
RapidJSON.

## [1.15.0] - 2023-01-19

Expand Down

0 comments on commit 4552f09

Please sign in to comment.