Skip to content

Commit

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

### Added

* Add `IdSetSmall::merge_sorted` function.

### Changed

* Little optimization for IdSetSmall: Don't add the same id twice in a row.

### Fixed

* Do not build areas with "recursion depth > 20". This happens when there
are complex multipolygon with many rings touching in single points. This
is a quick fix that hopefully keeps us going until we find a better
solution.

## [2.15.5] - 2020-04-21

Expand Down

0 comments on commit 9fc63bc

Please sign in to comment.