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/).
8
8
9
9
### Added
10
10
11
+ - Add options to the "diff" command to ignore changeset, uid, and/or user
12
+ attributes.
13
+ - More tests.
14
+
11
15
### Changed
12
16
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
+
13
23
### Fixed
14
24
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
+
15
31
## [ 1.16.0] - 2023-09-20
16
32
17
33
### Added
You can’t perform that action at this time.
0 commit comments