Skip to content

Commit

Permalink
Update change log
Browse files Browse the repository at this point in the history
  • Loading branch information
joto committed Jan 10, 2025
1 parent c497bf5 commit 6f4942d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,26 @@ This project adheres to [Semantic Versioning](https://semver.org/).

### Added

- Add options to the "diff" command to ignore changeset, uid, and/or user
attributes.
- More tests.

### Changed

- Switch from RapidJSON to NLohman JSON. RapidJSON hasn't seen an update in
a long time, so we are using a different JSON library.
- Removed "spaten" output format.
- Open writer in getid command earlier, so see potential errors earlier.
- Lots of small code cleanups.

### Fixed

- Fix reading from STDIN for sort command.
- Make tests using binary files optional, because they don't work with zlib-ng
that some distributions use. Use `-DRUN_TESTS_WITH_BINARY_COMPARE=OFF` to
switch off those tests.


## [1.16.0] - 2023-09-20

### Added
Expand Down

0 comments on commit 6f4942d

Please sign in to comment.