Skip to content

Commit 63efb10

Browse files
committed
Update change log.
1 parent 8af64ce commit 63efb10

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,30 @@ This project adheres to [Semantic Versioning](http://semver.org/).
88

99
### Added
1010

11+
- New "blackhole" file format which throws away all data written into it.
12+
Used for benchmarking.
13+
1114
### Changed
1215

16+
- When reading OPL files, CRLF file endings are now handled correctly.
17+
- Reduce the max number of threads allowed for the `Pool` to 32. This should
18+
still be plenty and might help with test failures on some architectures.
19+
1320
### Fixed
1421

22+
- Tests now run correctly independent of git `core.autocrlf` setting.
23+
- Set binary mode for all files on Windows in example code.
24+
- Low-level file functions now set an invalid parameter handler on Windows
25+
to properly handle errors.
26+
- Restore earlier behaviour allowing zero-length mmap. It is important to
27+
allow zero-length memory mapping, because it is possible that such an index
28+
is empty, for instance when one type of object is missing from an input
29+
file as in https://github.com/osmcode/osmium-tool/issues/65. Drawback is
30+
that files must be opened read-write for this to work, even if we only
31+
want to read from them.
32+
- Use Approx() to compare floating point values in tests.
33+
- Fix broken `Item` test on 32 bit platforms.
34+
1535

1636
## [2.13.0] - 2017-08-15
1737

0 commit comments

Comments
 (0)