From 4c457b39dc011a47b32ab64fee671c747759f517 Mon Sep 17 00:00:00 2001 From: Tobias Warneke Date: Wed, 8 Sep 2021 12:19:53 +0200 Subject: [PATCH] --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7662f7e..8f5dab3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,12 @@ This project uses a custom versioning scheme (and not [Semantic Versioning](http ### Changed +* bugfixing new UnifiedDiff reader + * header for each file + * skip empty lines +* introduction of Meyers Diff Algorithm with Linear Space improvment (until matured this will not be the default diff algorithm) +* introduction of DiffAlgorithmFactory to set the default diff algorithm DiffUtils use (`DiffUtils.withDefaultDiffAlgorithmFactory(MeyersDiffWithLinearSpace.factory());`) + ## [4.10] ### Changed