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 3991682 commit f94a9acCopy full SHA for f94a9ac
CHANGELOG.md
@@ -8,8 +8,17 @@ This project adheres to [Semantic Versioning](http://semver.org/).
8
9
### Added
10
11
+- Add `WITH_PROFILING` option to CMake config. When enabled, this sets the
12
+ `-fno-omit-frame-pointer` compiler option.
13
+
14
### Changed
15
16
+- Massiv speed improvements when building multipolygons.
17
+- Uses (and includes) new version 1.3.0 of protozero library.
18
+- Removed dependency on Boost Iterator for PBF writer.
19
+- Example program `osmium_area_test` now uses `cerr` instead of `cout` for
20
+ debug output.
21
22
### Fixed
23
24
0 commit comments