We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eada27b commit 3b45d8fCopy full SHA for 3b45d8f
CHANGELOG.md
@@ -7,8 +7,12 @@ This project uses a custom versioning scheme (and not [Semantic Versioning](http
7
8
## [Unreleased]
9
10
+## [4.4] – 2019-11-06
11
+
12
### Changed
13
14
+* java-diff-utils is now a multi module project. The main project java-diff-utils now comes without any dependencies.
15
+* started reimplementation of unified diff tools
16
* Exchange `0 += 1` for `0 = 1` in UnifiedDiffUtils
17
* preview of new Unified Diff Reader / Writer. This is not yet feature complete but passes the tests of the old version.
18
* feel free to issue some change requests for the api.
0 commit comments