Skip to content

Commit f94a9ac

Browse files
committed
Updated change log.
1 parent 3991682 commit f94a9ac

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,17 @@ This project adheres to [Semantic Versioning](http://semver.org/).
88

99
### Added
1010

11+
- Add `WITH_PROFILING` option to CMake config. When enabled, this sets the
12+
`-fno-omit-frame-pointer` compiler option.
13+
1114
### Changed
1215

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+
1322
### Fixed
1423

1524

0 commit comments

Comments
 (0)