This commit is contained in:
Tobias Warneke
2021-03-14 23:42:10 +01:00
parent df27b689f3
commit bf4ec94cc9

View File

@@ -16,6 +16,9 @@ This project uses a custom versioning scheme (and not [Semantic Versioning](http
* bugfixing on new UnifiedDiff reader / writer for multifile usage
* bugfix for wrong DiffRow type while transforming from a patch that removed a line in one changeset
* introduced change position into UnifiedDiff reader
* introduced first version of conflict output possibility (like GIT merge conflict)
* moved verification to `AbstractDelta`
* introduced `ConflictOutput` to `Patch` to add optional behaviour to patch conflicts
## [4.9]