From 6f4942db6f1ab57a8b4d113b4539aa987b4e37f8 Mon Sep 17 00:00:00 2001 From: Jochen Topf Date: Fri, 10 Jan 2025 17:00:18 +0100 Subject: [PATCH] Update change log --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80d0ee3b..20ddd77f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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