Skip to content

Commit 6f4942d

Browse files
committed
Update change log
1 parent c497bf5 commit 6f4942d

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

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

99
### Added
1010

11+
- Add options to the "diff" command to ignore changeset, uid, and/or user
12+
attributes.
13+
- More tests.
14+
1115
### Changed
1216

17+
- Switch from RapidJSON to NLohman JSON. RapidJSON hasn't seen an update in
18+
a long time, so we are using a different JSON library.
19+
- Removed "spaten" output format.
20+
- Open writer in getid command earlier, so see potential errors earlier.
21+
- Lots of small code cleanups.
22+
1323
### Fixed
1424

25+
- Fix reading from STDIN for sort command.
26+
- Make tests using binary files optional, because they don't work with zlib-ng
27+
that some distributions use. Use `-DRUN_TESTS_WITH_BINARY_COMPARE=OFF` to
28+
switch off those tests.
29+
30+
1531
## [1.16.0] - 2023-09-20
1632

1733
### Added

0 commit comments

Comments
 (0)