Skip to content

Commit 4195c52

Browse files
committed
Update change log
1 parent f2c560c commit 4195c52

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,19 @@ This project adheres to [Semantic Versioning](https://semver.org/).
1010

1111
### Changed
1212

13+
* Switched to C++14 as minimum requirement
14+
* Removed suport for Google Sparsehash
15+
* Removed support for projection using the Proj library (which only worked
16+
for very old versions of Proj)
17+
* Various refactoring and code cleanups
18+
1319
### Fixed
1420

21+
* Fix problem where bz2 files were not read completely (#373)
22+
* Order deleted objects after visible ones in reverse id order. This fixes
23+
a problem when merging diffs for different extracts.
24+
* Remove resource leak in temp file creation
25+
1526
## [2.20.0] - 2023-09-20
1627

1728
### Changed

0 commit comments

Comments
 (0)