File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments