Version 2017.5.21.1535
·
164 commits
to main
since this release
Following is new in this release:
- Added missing "TakeRightThenLeft" merge conflict handlers
- Fixed missing suffix "MergeConflictResolver" on a couple of the merge conflict resolvers
- Fixed bug in LongestCommonSubsequence implementation which did not use the provided EqualityComparer for hash code calculation
- DiffElement now provides the index of the two elements (thanks hali15845)