We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2c560c commit 4195c52Copy full SHA for 4195c52
CHANGELOG.md
@@ -10,8 +10,19 @@ This project adheres to [Semantic Versioning](https://semver.org/).
10
11
### Changed
12
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
+
19
### Fixed
20
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
26
## [2.20.0] - 2023-09-20
27
28
0 commit comments