Skip to content

Commit 4c457b3

Browse files
committed
1 parent 7dea4e2 commit 4c457b3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ This project uses a custom versioning scheme (and not [Semantic Versioning](http
1313

1414
### Changed
1515

16+
* bugfixing new UnifiedDiff reader
17+
* header for each file
18+
* skip empty lines
19+
* introduction of Meyers Diff Algorithm with Linear Space improvment (until matured this will not be the default diff algorithm)
20+
* introduction of DiffAlgorithmFactory to set the default diff algorithm DiffUtils use (`DiffUtils.withDefaultDiffAlgorithmFactory(MeyersDiffWithLinearSpace.factory());`)
21+
1622
## [4.10]
1723

1824
### Changed

0 commit comments

Comments
 (0)