Skip to content

Commit

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

### Changed

* Switched to C++14 as minimum requirement
* Removed suport for Google Sparsehash
* Removed support for projection using the Proj library (which only worked
for very old versions of Proj)
* Various refactoring and code cleanups

### Fixed

* Fix problem where bz2 files were not read completely (#373)
* Order deleted objects after visible ones in reverse id order. This fixes
a problem when merging diffs for different extracts.
* Remove resource leak in temp file creation

## [2.20.0] - 2023-09-20

### Changed
Expand Down

0 comments on commit 4195c52

Please sign in to comment.